Started by user Oleksii Korniienko Rebuilds build #135 Running as Oleksii Korniienko Agent centos-7-sczqk 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-sczqk" 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-sczqk" - 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-sczqk" - 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-sczqk (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 :94 -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 10:44:44 2023 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5994 vncext: created VNC server for screen 0 [reddeer.verification.parametrized] $ /bin/sh -xe /tmp/jenkins1999007480831273503.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 -Declipse.p2.mirrors=false -Dmaven.test.error.ignore=true -Declipse-orbit-update-site=https://download.eclipse.org/tools/orbit/downloads/latest-S -Declipse-target-site=https://download.eclipse.org/releases/2023-09 -DskipTests=false -Djava.target.version=17 -Dmaven.test.failure.ignore=true -Dsurefire.timeout=9600 clean verify -U Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Fetching p2.index from https://download.eclipse.org/releases/2023-09/ (122B) [INFO] Adding repository https://download.eclipse.org/releases/2023-09 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2023-09/ (480B) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2023-09/ (442B) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2023-09/202308241200/ (125.89kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2023-09/202308251000/ (140B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2023-09/202308251000/ (735.6kB) [INFO] Fetching p2.index from https://download.eclipse.org/technology/swtbot/snapshots/ (172B) [INFO] Adding repository https://download.eclipse.org/technology/swtbot/snapshots [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/swtbot/snapshots/ (14.08kB) [INFO] Fetching p2.index from https://download.eclipse.org/oomph/simrel-orbit/2023-09/ (126B) [INFO] Adding repository https://download.eclipse.org/oomph/simrel-orbit/2023-09 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/oomph/simrel-orbit/2023-09/ (457B) [INFO] Fetching p2.index from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/ (117.47kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/pom.xml [INFO] Fetching org.eclipse.osgi_3.18.500.v20230801-1826.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.47MB) [INFO] Fetching org.apache.felix.scr_2.2.6.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (393.54kB) [INFO] Fetching org.osgi.service.component_1.5.1.202212101352.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (64.89kB) [INFO] Fetching org.osgi.util.promise_1.3.0.202212101352.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (83.65kB) [INFO] Fetching org.eclipse.swt_3.124.100.v20230814-1333.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (18.79kB) [INFO] Fetching org.hamcrest.core_2.2.0.v20230809-1000.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (9.19kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.124.100.v20230814-1333.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (2.16MB) [INFO] Fetching org.hamcrest_2.2.0.v20210711-0821.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (147.32kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (23.09kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.124.100.v20230814-1333.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (2.49MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.124.100.v20230814-1333.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (2.08MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/pom.xml [INFO] Fetching com.ibm.icu_73.2.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (13.89MB) [INFO] Fetching com.sun.jna_5.13.0.v20230812-1000.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.81MB) [INFO] Fetching com.sun.jna.platform_5.13.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.3MB) [INFO] Fetching javax.annotation_1.3.5.v20230504-0748.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (48.11kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (32.41kB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (22.12kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (25.35kB) [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (717.41kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.commons-io_2.13.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (472.61kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (317.8kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (71.45kB) [INFO] Fetching org.eclipse.core.commands_3.11.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (117.29kB) [INFO] Fetching org.eclipse.equinox.common_3.18.100.v20230730-1117.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (150.54kB) [INFO] Fetching org.eclipse.core.contenttype_3.9.100.v20230630-1232.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (102.48kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.300.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (136.88kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.300.v20230801-1826.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (198.21kB) [INFO] Fetching org.eclipse.core.databinding_1.13.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (287.75kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.13.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (315.27kB) [INFO] Fetching org.eclipse.core.databinding.property_1.10.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (166.11kB) [INFO] Fetching org.eclipse.core.expressions_3.9.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (95.08kB) [INFO] Fetching org.eclipse.core.runtime_3.29.0.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (77.99kB) [INFO] Fetching org.eclipse.core.jobs_3.15.0.v20230808-1403.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (115.71kB) [INFO] Fetching org.eclipse.equinox.app_1.6.300.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (91.53kB) [INFO] Fetching org.eclipse.e4.core.commands_1.1.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (28.5kB) [INFO] Fetching org.eclipse.e4.core.di_1.9.100.v20230721-1753.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (55.35kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.12.100.v20230725-1354.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (56.66kB) [INFO] Fetching org.eclipse.e4.core.services_2.4.100.v20230708-0809.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (71.64kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (46.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.8.100.v20230617-1158.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (13.82kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.18.0.v20230429-1914.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (12.92kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.17.100.v20230630-1232.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (42.36kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (19.69kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.4.100.v20230801-1255.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (53.96kB) [INFO] Fetching org.eclipse.emf.ecore_2.35.0.v20230810-0713.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.29MB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.14.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (48.5kB) [INFO] Fetching org.eclipse.e4.ui.services_1.6.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (26.42kB) [INFO] Fetching org.eclipse.jface_3.31.0.v20230816-1629.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.13MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.14.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (219.3kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.15.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (205.58kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.14.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (30.14kB) [INFO] Fetching org.eclipse.e4.ui.di_1.5.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (18.21kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.4.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (58.65kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.4.100.v20230801-1255.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (396.71kB) [INFO] Fetching org.eclipse.equinox.event_1.6.200.v20230120-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (35.14kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.4.0.v20230317-0802.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (15.11kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.15.100.v20230805-0732.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (268.72kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (91.77kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.35.0.v20230801-1141.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (238.79kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.5.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (120.39kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.16.100.v20230801-1255.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (256.48kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.17.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (150.24kB) [INFO] Fetching org.eclipse.jface.databinding_1.15.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (292.29kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.17.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (23.21kB) [INFO] Fetching org.eclipse.urischeme_1.3.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (54.17kB) [INFO] Fetching org.eclipse.emf.common_2.29.0.v20230810-0713.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (378.61kB) [INFO] Fetching org.eclipse.help_3.10.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (274.59kB) [INFO] Fetching org.eclipse.ui_3.203.200.v20230807-1354.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (434.22kB) [INFO] Fetching org.eclipse.ui.workbench_3.130.0.v20230816-1515.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (3.51MB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (21.23kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/pom.xml [INFO] Fetching bcprov_1.76.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (7.97MB) [INFO] Fetching bcpg_1.76.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (439.42kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (302.53kB) [INFO] Fetching org.eclipse.compare.core_3.8.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (69.73kB) [INFO] Fetching org.eclipse.core.filebuffers_3.8.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (116.83kB) [INFO] Fetching org.eclipse.text_3.13.100.v20230801-1334.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (299.13kB) [INFO] Fetching org.eclipse.core.filesystem_1.10.100.v20230717-1727.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (72.25kB) [INFO] Fetching org.eclipse.core.resources_3.19.100.v20230814-1312.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (900.14kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.17.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (13.28kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.300.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (52.88kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.5.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (172.09kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.7.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (365.14kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.10.100.v20230814-2013.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (80.64kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.3.200.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (64.43kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.7.100.v20230710-0621.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (184.63kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.8.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (236.73kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.5.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (137.49kB) [INFO] Fetching org.eclipse.equinox.security_1.4.0.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (115.78kB) [INFO] Fetching org.eclipse.jface.text_3.24.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.05MB) [INFO] Fetching org.eclipse.ui.editors_3.17.0.v20230804-0538.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (612.76kB) [INFO] Fetching org.eclipse.ui.ide_3.21.100.v20230815-1006.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (2.32MB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.17.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (693.65kB) [INFO] Fetching org.eclipse.ui.navigator_3.12.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (428.81kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml [INFO] Fetching jakarta.inject.jakarta.inject-api_1.0.5.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (10.61kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/pom.xml [INFO] Fetching org.eclipse.ui.forms_3.13.0.v20230807-1354.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (332.72kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/pom.xml [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.15.2.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (73.8kB) [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.15.2.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (536.33kB) [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.15.2.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.55MB) [INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (300.96kB) [INFO] Fetching org.eclipse.core.variables_3.6.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (37.54kB) [INFO] Fetching org.eclipse.debug.core_3.21.100.v20230731-1425.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (401.09kB) [INFO] Fetching org.eclipse.debug.ui_3.18.100.v20230802-1257.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (3.04MB) [INFO] Fetching org.eclipse.ui.console_3.13.0.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (246.77kB) [INFO] Fetching org.eclipse.e4.ui.progress_0.4.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (209.72kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.200.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (39.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.400.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (71.72kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.6.100.v20230718-0609.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (113.11kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.300.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (49.04kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.4.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (33.68kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.4.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (135.53kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.8.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (103.54kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.5.100.v20230814-2013.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (248.62kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.5.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (37.55kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.3.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (27kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.7.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (77.46kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.200.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (28.81kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.8.100.v20230728-2010.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (698.87kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.4.0.v20230728-2008.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (172.99kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.3.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (103.81kB) [INFO] Fetching org.junit_4.13.2.v20230809-1000.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (414.97kB) [INFO] Fetching org.eclipse.ui.browser_3.8.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (210.26kB) [INFO] Fetching org.eclipse.ui.views.log_1.4.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (174.65kB) [INFO] Fetching org.eclipse.wst.server.core_1.11.0.v202308172116.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (397.26kB) [INFO] Fetching org.eclipse.wst.server.ui_1.6.200.v202308172116.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (953.19kB) [INFO] Fetching org.json_1.0.0.v201011060100.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (56.15kB) [INFO] Fetching org.yaml.snakeyaml_2.1.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (326.36kB) [INFO] Fetching org.eclipse.wst.common.core_1.4.100.v202103232321.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (60.39kB) [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.1.0.v202304050316.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (76.29kB) [INFO] Fetching org.eclipse.wst.server.discovery_1.3.500.v202308172116.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (101.36kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/pom.xml [INFO] Fetching org.eclipse.draw2d_3.14.0.202308021527.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (648.33kB) [INFO] Fetching org.eclipse.gef_3.15.0.202308021527.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (999.33kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/pom.xml [INFO] Fetching org.eclipse.emf.common.ui_2.21.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (168.01kB) [INFO] Fetching org.eclipse.emf.edit_2.18.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (301.88kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (354.65kB) [INFO] Fetching org.eclipse.ui.views_3.12.100.v20230811-1916.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (107.53kB) [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.5.0.202303072132.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (109.07kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.2.202208110935.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (175.44kB) [INFO] Fetching org.eclipse.emf.validation_1.8.3.202305230712.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (411.07kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.2.202208110935.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (88.93kB) [INFO] Fetching org.eclipse.graphiti_0.19.1.202211181144.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (326.75kB) [INFO] Fetching org.eclipse.graphiti.mm_0.19.1.202211181144.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (222.15kB) [INFO] Fetching org.eclipse.graphiti.ui_0.19.1.202211181144.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (692.62kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.10.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (110.58kB) [INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202303072132.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (155.83kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/pom.xml [INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.200.v20230627-0107.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (58.97kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/pom.xml [INFO] Fetching biz.aQute.bnd.util_6.4.1.202306080939.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (418.96kB) [INFO] Fetching biz.aQute.bndlib_6.4.1.202306080939.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (3.04MB) [INFO] Fetching org.osgi.service.repository_1.1.0.201505202024.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (24.84kB) [INFO] Fetching org.slf4j.api_1.7.30.v20221112-0806.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (54.01kB) [INFO] Fetching jakarta.annotation-api_1.3.5.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (24.47kB) [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (2.96MB) [INFO] Fetching org.slf4j.jcl_1.7.2.v20130115-1340.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (24.83kB) [INFO] Fetching org.eclipse.ant.core_3.7.100.v20230731-0828.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (109.39kB) [INFO] Fetching org.eclipse.ant.launching_1.4.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (163.54kB) [INFO] Fetching org.eclipse.jdt.launching_3.20.100.v20230814-1810.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (583.32kB) [INFO] Fetching org.eclipse.core.externaltools_1.3.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (42.77kB) [INFO] Fetching org.eclipse.jdt.core_3.35.0.v20230814-1356.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (4.04MB) [INFO] Fetching org.eclipse.ant.ui_3.9.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.05MB) [INFO] Fetching org.eclipse.ui.externaltools_3.6.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (142.96kB) [INFO] Fetching org.eclipse.jdt.ui_3.30.0.v20230815-1601.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (10.99MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.13.100.v20230809-1849.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.68MB) [INFO] Fetching org.eclipse.team.core_3.10.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (405.12kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.14.100.v20230728-0612.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (346.43kB) [INFO] Fetching org.eclipse.jdt.junit_3.16.100.v20230812-0709.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (552.57kB) [INFO] Fetching org.eclipse.compare_3.9.200.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (809.15kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.4.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (258.26kB) [INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.35.0.v20230814-2020.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (3.05MB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.19.100.v20230811-2104.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (2.51MB) [INFO] Fetching org.eclipse.jdt.debug_3.21.100.v20230728-0612.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (926.07kB) [INFO] Fetching org.eclipse.search_3.15.200.v20230816-1837.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (500.55kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.13.100.v20230728-0612.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (470.99kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.12.100.v20230811-1614.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (182.24kB) [INFO] Fetching org.eclipse.team.ui_3.10.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.9.100.v20230811-1916.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (180.32kB) [INFO] Fetching org.eclipse.pde.build_3.12.100.v20230812-1744.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (507.16kB) [INFO] Fetching org.eclipse.pde.core_3.17.100.v20230814-2100.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.41MB) [INFO] Fetching org.eclipse.pde.launching_3.11.100.v20230812-1744.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (142.75kB) [INFO] Fetching org.eclipse.pde.ui_3.14.100.v20230814-2100.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (4.61MB) [INFO] Fetching org.eclipse.ui.intro_3.7.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (349.88kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.8.100.v20230725-0936.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (388.81kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.3.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (166.06kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/pom.xml [INFO] Fetching org.eclipse.swtbot.generator_4.1.0.202307261500.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (110.97kB) [INFO] Fetching org.eclipse.swtbot.generator.jdt_4.1.0.202307261500.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (60.3kB) [INFO] Fetching org.eclipse.swtbot.generator.ui_4.1.0.202307261500.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (25.04kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/pom.xml [INFO] Fetching org.eclipse.core.net_1.5.100.v20230630-1232.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (49.77kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.500.v20230717-2134.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (54.57kB) [INFO] Fetching org.eclipse.ui.ide.application_1.5.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (129.16kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/pom.xml [INFO] Fetching slf4j.api_2.0.7.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (62.14kB) [INFO] Fetching org.apache.aries.spifly.dynamic.bundle_1.3.6.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (150.25kB) [INFO] Fetching com.google.gson_2.10.1.v20230109-0753.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (308.6kB) [INFO] Fetching com.google.guava.failureaccess_1.0.1.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (4.51kB) [INFO] Fetching com.google.guava_32.1.2.jre.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (2.9MB) [INFO] Fetching org.objectweb.asm_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (119.01kB) [INFO] Fetching org.objectweb.asm.commons_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (70.52kB) [INFO] Fetching org.objectweb.asm.util_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (88.94kB) [INFO] Fetching org.apache.commons.cli_1.5.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (56.92kB) [INFO] Fetching org.apache.commons.commons-codec_1.16.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (352.28kB) [INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.5MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v20220715-1206.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (101.69kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.10.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (83.25kB) [INFO] Fetching org.eclipse.osgi.services_3.11.100.v20221006-1531.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (48.16kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (188.35kB) [INFO] Fetching org.eclipse.m2e.archetype.archetype-catalog_3.2.1.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (19.14kB) [INFO] Fetching org.eclipse.m2e.archetype.common_3.3.0.20230605-1716.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (11.96kB) [INFO] Fetching org.eclipse.m2e.archetype.archetype-common_3.2.1.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (179.39kB) [INFO] Fetching org.eclipse.m2e.archetype.archetype-descriptor_3.2.1.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (23.88kB) [INFO] Fetching org.eclipse.m2e.archetype.jdom2_2.0.6.1.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (324.13kB) [INFO] Fetching org.eclipse.m2e.maven.runtime_3.9.101.20230730-1958.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (7.65MB) [INFO] Fetching org.eclipse.m2e.archetype.maven-artifact-transfer_0.13.1.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (156.16kB) [INFO] Fetching org.eclipse.m2e.core_2.4.0.20230809-1423.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (650.65kB) [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (15.56kB) [INFO] Fetching org.eclipse.m2e.core.ui_2.0.6.20230809-1423.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (811.94kB) [INFO] Fetching org.eclipse.m2e.model.edit_2.0.300.20230320-2130.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (410.69kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.4.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (48.63kB) [INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (229kB) [INFO] Fetching org.eclipse.wst.sse.core_1.2.1200.v202308180854.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (479.34kB) [INFO] Fetching org.eclipse.wst.xml.core_1.2.800.v202308210520.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (812.15kB) [INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (42.85kB) [INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (13.38kB) [INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (30.58kB) [INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (35.82kB) [INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (19.88kB) [INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (54.28kB) [INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (29.67kB) [INFO] Fetching org.eclipse.osgi.util_3.7.200.v20230103-1101.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (14.42kB) [INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (25.74kB) [INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (13.73kB) [INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (18.3kB) [INFO] Fetching org.eclipse.wst.common.frameworks_1.3.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (125.12kB) [INFO] Fetching org.eclipse.wst.common.environment_1.1.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (50.66kB) [INFO] Fetching org.objectweb.asm.tree_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (50.73kB) [INFO] Fetching org.objectweb.asm.tree.analysis_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (33.18kB) [INFO] Fetching slf4j.nop_2.0.7.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (4.73kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/pom.xml [INFO] Fetching org.eclipse.jdt_3.19.200.v20230817-0230.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (44.73kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/pom.xml [INFO] Fetching p2.index from https://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ (172B) [INFO] Adding repository https://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository [INFO] Fetching content.xml.xz from https://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ (30.03kB) [INFO] Fetching p2.index from https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ (172B) [INFO] Adding repository https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository [INFO] Fetching content.xml.xz from https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ (12.01kB) [INFO] Fetching p2.index from https://download.eclipse.org/mylyn/releases/latest/ (126B) [INFO] Adding repository https://download.eclipse.org/mylyn/releases/latest [INFO] Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/latest/ (486B) [INFO] Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/pom.xml [INFO] Fetching org.apache.lucene.analysis-common_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.9MB) [INFO] Fetching org.apache.lucene.core_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (3.84MB) [INFO] Fetching org.apache.lucene.analysis-smartcn_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (3.44MB) [INFO] Fetching org.apache.lucene.queries_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (546.11kB) [INFO] Fetching org.apache.lucene.queryparser_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (449.09kB) [INFO] Fetching org.apache.lucene.sandbox_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (248.53kB) [INFO] Fetching org.eclipse.datatools.connectivity_1.15.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (275.68kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (21.94kB) [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (17.44kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (573.38kB) [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (174.63kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (355.26kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (578.19kB) [INFO] Fetching org.eclipse.datatools.help_1.8.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (22.6kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (348.3kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (636.3kB) [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (232.29kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (97.24kB) [INFO] Fetching org.eclipse.datatools.sqltools.result_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (99.81kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (196.87kB) [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (136.79kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (36.54kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (52.04kB) [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (381.35kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (476.59kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (146.78kB) [INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (371.24kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.3.100.v20230728-2010.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (80.75kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.3.0.v20220609-1843.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (28.39kB) [INFO] Fetching org.eclipse.jem_2.1.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (292.79kB) [INFO] Fetching org.eclipse.jem.util_2.2.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (120.06kB) [INFO] Fetching org.eclipse.jem.workbench_2.1.0.v202101081429.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (83.83kB) [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.2.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (50.48kB) [INFO] Fetching org.eclipse.jst.common.annotations.core_1.2.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (28.72kB) [INFO] Fetching org.eclipse.jst.common.frameworks_1.2.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (132.24kB) [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.200.v202108200212.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (417.38kB) [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.3.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (152.23kB) [INFO] Fetching org.eclipse.wst.validation_1.3.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (436.03kB) [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.5.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (381.87kB) [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.13.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (190.34kB) [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.5.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (145.01kB) [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.5.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (297.8kB) [INFO] Fetching org.eclipse.jst.common.ui_1.1.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (83.99kB) [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.1.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (144.26kB) [INFO] Fetching org.eclipse.jst.ejb.ui_1.2.0.v202307261744.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (459.55kB) [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.3.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (159.84kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.2.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (339.48kB) [INFO] Fetching org.eclipse.jst.j2ee_1.2.901.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.83MB) [INFO] Fetching org.eclipse.jst.j2ee.core_1.5.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (2.78MB) [INFO] Fetching org.eclipse.jst.j2ee.ui_1.2.300.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (858.89kB) [INFO] Fetching org.eclipse.wst.web.ui_1.2.500.v202308160453.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (90.73kB) [INFO] Fetching org.eclipse.wst.validation.ui_1.3.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (165.8kB) [INFO] Fetching org.eclipse.wst.web_1.3.200.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (77.83kB) [INFO] Fetching org.eclipse.jst.jee.ui_1.1.0.v202307261744.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (194.86kB) [INFO] Fetching org.eclipse.jst.server.core_1.2.800.v202308172116.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (80.58kB) [INFO] Fetching org.eclipse.jst.jee_1.1.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (119.55kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.600.v202307261744.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (64.28kB) [INFO] Fetching org.eclipse.jst.j2ee.jca_1.2.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (126.89kB) [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.2.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (35.41kB) [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.2.100.v202307261744.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (236.58kB) [INFO] Fetching org.eclipse.jst.j2ee.web_1.3.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (485.51kB) [INFO] Fetching org.eclipse.wst.common.ui_1.2.401.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (152.42kB) [INFO] Fetching org.eclipse.jst.servlet.ui_1.2.0.v202307261744.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (255.21kB) [INFO] Fetching org.eclipse.wst.css.core_1.3.400.v202308160453.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (554.94kB) [INFO] Fetching org.eclipse.wst.css.ui_1.2.200.v202308160453.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (322.08kB) [INFO] Fetching org.eclipse.wst.xml.ui_1.2.701.v202308160453.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1MB) [INFO] Fetching org.eclipse.wst.sse.ui_1.7.800.v202308200343.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.05MB) [INFO] Fetching org.eclipse.wst.html.core_1.4.400.v202308160453.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (785.75kB) [INFO] Fetching org.eclipse.wst.html.ui_1.1.801.v202308160453.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (334.1kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/gef/updates/legacy/releases/ (130B) [INFO] Adding repository https://download.eclipse.org/tools/gef/updates/legacy/releases [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/gef/updates/legacy/releases/ [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.0_gef-master_1544/ (11.25kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.1_gef-maintenance_1205/ (11.77kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.0/ (8.86kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.1/ (8.55kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.2/ (8.91kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.0/ (9.19kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.1/ (9.19kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.2/ (9.3kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.0/ (11.55kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.1/ (11.67kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.2/ (11.46kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.0/ (11.6kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.1/ (11.84kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.2/ (11.7kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.0_gef-master_322/ (16.59kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.1_gef-maintenance_62/ (16.72kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.2_gef-maintenance_212/ (16.67kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.0_gef-master_679/ (16.86kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.100_gef-master_1130/ (11.71kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.101_gef-maintenance_810/ (11.59kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.1_gef-maintenance_433/ (16.83kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ (11.75kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/pom.xml [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.14.5.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (250.75kB) [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (72.52kB) [INFO] Fetching org.mockito.mockito-core_5.4.0.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (673.71kB) [INFO] Fetching net.bytebuddy.byte-buddy_1.14.6.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (4.01MB) [INFO] Fetching org.objenesis_3.3.0.v20221103-2317.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (68.18kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/pom.xml [INFO] Fetching org.eclipse.pde.junit.runtime_3.7.100.v20230728-0611.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (24.12kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.integration.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.e4.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.eclipse.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.gef.spy.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.swt.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.tests.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.ui.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.recorder.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.graphiti.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.spy.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.logparser.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.codegen.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/site/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] RedDeer Parent POM File [pom] [INFO] RedDeer Plugins [pom] [INFO] RedDeer Common [eclipse-plugin] [INFO] RedDeer Workbench Core [eclipse-plugin] [INFO] RedDeer E4 Workbench Core [eclipse-plugin] [INFO] RedDeer Core [eclipse-plugin] [INFO] RedDeer SWT [eclipse-plugin] [INFO] RedDeer JFace [eclipse-plugin] [INFO] RedDeer Workbench [eclipse-plugin] [INFO] RedDeer E4 Workbench [eclipse-plugin] [INFO] RedDeer UIForms [eclipse-plugin] [INFO] RedDeer Direct [eclipse-plugin] [INFO] RedDeer JUnit [eclipse-plugin] [INFO] RedDeer Eclipse [eclipse-plugin] [INFO] RedDeer GEF [eclipse-plugin] [INFO] RedDeer GEF Spy [eclipse-plugin] [INFO] RedDeer Graphiti [eclipse-plugin] [INFO] RedDeer JDT Junit [eclipse-plugin] [INFO] RedDeer JUnit Extensions [eclipse-plugin] [INFO] RedDeer Requirements [eclipse-plugin] [INFO] RedDeer UI [eclipse-plugin] [INFO] RedDeer Spy [eclipse-plugin] [INFO] RedDeer Recorder [eclipse-plugin] [INFO] RedDeer Go [eclipse-plugin] [INFO] RedDeer Log Parser [eclipse-plugin] [INFO] RedDeer CodeGen [eclipse-plugin] [INFO] RedDeer Test-Apps [pom] [INFO] RedDeer E4 Test App [eclipse-plugin] [INFO] RedDeer Tests [pom] [INFO] RedDeer Common Tests [eclipse-test-plugin] [INFO] RedDeer SWT Tests [eclipse-test-plugin] [INFO] RedDeer Core Tests [eclipse-test-plugin] [INFO] RedDeer Workbench Tests [eclipse-test-plugin] [INFO] RedDeer UIForms Test [eclipse-test-plugin] [INFO] RedDeer JFace Tests [eclipse-test-plugin] [INFO] RedDeer Integration and Eclipse Installation Tests [eclipse-test-plugin] [INFO] RedDeer Eclipse Tests [eclipse-test-plugin] [INFO] RedDeer GEF Tests [eclipse-test-plugin] [INFO] RedDeer Graphiti Tests [eclipse-test-plugin] [INFO] RedDeer Direct Tests [eclipse-test-plugin] [INFO] RedDeer JUnit Tests [eclipse-test-plugin] [INFO] RedDeer Requirements Tests [eclipse-test-plugin] [INFO] RedDeer UI Tests [eclipse-test-plugin] [INFO] RedDeer E4 Workbench Tests [eclipse-test-plugin] [INFO] RedDeer Features [pom] [INFO] RedDeer E4 Feature [eclipse-feature] [INFO] RedDeer Eclipse Feature [eclipse-feature] [INFO] RedDeer GEF Spy Feature [eclipse-feature] [INFO] RedDeer SWT Feature [eclipse-feature] [INFO] RedDeer Tests Feature [eclipse-feature] [INFO] RedDeer UI Feature [eclipse-feature] [INFO] RedDeer Recorder Feature [eclipse-feature] [INFO] RedDeer GEF/Graphiti Feature [eclipse-feature] [INFO] RedDeer Spy Feature [eclipse-feature] [INFO] RedDeer Log Parser Feature [eclipse-feature] [INFO] RedDeer CodeGen Feature [eclipse-feature] [INFO] RedDeer Site [eclipse-repository] [INFO] RedDeer Archetype [maven-archetype] [INFO] [INFO] ---------------------< org.eclipse.reddeer:parent >--------------------- [INFO] Building RedDeer Parent POM File 4.7.0-SNAPSHOT [1/58] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --------------------< org.eclipse.reddeer:plugins >--------------------- [INFO] Building RedDeer Plugins 4.7.0-SNAPSHOT [2/58] [INFO] from plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ plugins --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ plugins --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ plugins --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.common >----------- [INFO] Building RedDeer Common 4.7.0-SNAPSHOT [3/58] [INFO] from plugins/org.eclipse.reddeer.common/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common --- [INFO] The project's OSGi version is 4.7.0.v20230828-1044 [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-1044 [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-1044 [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-1044 [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-1044 [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-1044 [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-1044 [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-1044 [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-1044 [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-1044 [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-1044 [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-1044 [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-1044 [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-1044 [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-1044 [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-1044 [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-1044 [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-1044 [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-1044 [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-1044 [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-1044 [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-1044 [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-1044 [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-1044 [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-1044 [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-1044 [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 10:46:29.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 10:46:30.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 10:46:30.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 10:46:34.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 10:46:34.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 10:46:38.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 10:46:38.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 10:46:39.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 10:46:39.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 10:46:41.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 10:46:41.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 10:46:44.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 10:46:44.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 10:46:48.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 10:46:48.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 10:46:55.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.124 s - in org.eclipse.reddeer.common.test.wait.GroupWaitTest test_groupWaitTimeoutMedium(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 1.084 s test_groupWaitNullWaitCondition(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 0.001 s test_groupWaitOneFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 4.001 s test_groupWaitTimeoutDefault(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 4.001 s test_groupWaitWaitWhileFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 3.503 s test_groupWaitBothConditionsFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 2.502 s test_groupWaitWaitUntilAndWhileFulfilled(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 11.003 s test_groupWaitValidAndNullWaitCondition(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.test.wait.TimePeriodTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.reddeer.common.test.wait.TimePeriodTest getSeconds_factor_gt1_periodmax(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0.001 s getSeconds_factor1_periodmax(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_gt1(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0.001 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 10:46:55.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 10:47:02.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 10:47:02.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 10:47:09.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 10:47:09.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 10:47:11.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.506 s - in org.eclipse.reddeer.common.test.wait.WaitWhileTest test_IllegalTimePeriod(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 0.001 s test_NullTimePeriod(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 0 s test_WaitWhileFulFilled(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 7.001 s test_NullCondition(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 0.001 s test_NotThrowingException(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 7.001 s test_ThrowingException(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 2.501 s Running org.eclipse.reddeer.common.test.wait.WaitUntilTest 10:47:11.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 10:47:18.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 10:47:18.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 10:47:25.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 10:47:25.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 10:47:28.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.506 s - in org.eclipse.reddeer.common.test.wait.WaitUntilTest test_IllegalTimePeriod(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 0 s test_NullTimePeriod(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 0 s test_NullCondition(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 0.001 s test_WaitUntilFulFilled(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 7.001 s test_NotThrowingException(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 7.002 s test_ThrowingException(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 2.501 s Running org.eclipse.reddeer.common.test.wait.WaitProviderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.common.test.wait.WaitProviderTest test_nullCondition(org.eclipse.reddeer.common.test.wait.WaitProviderTest) Time elapsed: 0 s test_WaitTypeUntil(org.eclipse.reddeer.common.test.wait.WaitProviderTest) Time elapsed: 0 s test_WaitTypeWhile(org.eclipse.reddeer.common.test.wait.WaitProviderTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.test.util.XPathEvaluatorTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.reddeer.common.test.util.XPathEvaluatorTest testXPathWithNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.021 s testXPathWithAndWithoutNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.002 s testXPathWithUserDefinedNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.001 s testXPathWithoutNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.001 s testXPathWithNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.001 s testXPathWithoutNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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 10:47:28.411 DEBUG [WorkbenchTestable][LoggerTest] DEBUG testing RedDeer logger message 10:47:28.411 DUMP [WorkbenchTestable][LoggerTest] DUMP testing RedDeer logger message 10:47:28.411 ERROR [WorkbenchTestable][LoggerTest] ERROR testing RedDeer logger message 10:47:28.411 FATAL [WorkbenchTestable][LoggerTest] FATAL testing RedDeer logger message 10:47:28.412 INFO [WorkbenchTestable][LoggerTest] INFO testing RedDeer logger message 10:47:28.412 STEP [WorkbenchTestable][LoggerTest] STEP testing RedDeer logger message 10:47:28.412 TRACE [WorkbenchTestable][LoggerTest] TRACE testing RedDeer logger message Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.common.properties.LoggerTest testLoggerMessageTypes(org.eclipse.reddeer.common.properties.LoggerTest) Time elapsed: 0.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-1044 [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 10:47:41.131 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 10:47:41.133 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 10:47:41.142 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 10:47:41.144 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 10:47:41.163 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 10:47:41.238 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:47:41.242 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:41.252 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 10:47:41.255 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 10:47:41.255 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 10:47:41.264 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 10:47:41.269 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:41.270 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:47:41.273 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:41.323 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:47:41.327 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:41.328 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:41.330 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 10:47:41.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 10:47:41.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:41.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:41.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:41.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:41.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:41.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:41.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:41.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:41.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:41.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:41.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:41.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:41.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:41.470 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 10:47:41.471 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:41.531 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 10:47:41.553 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 10:47:41.553 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:41.556 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:41.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:41.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:41.661 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 10:47:41.661 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:41.662 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 10:47:41.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 10:47:41.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:41.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:41.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:41.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:41.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:41.753 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:41.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:41.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:41.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:41.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 10:47:41.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:41.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:41.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:41.755 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 10:47:41.758 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 10:47:41.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 10:47:41.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:41.766 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:41.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:41.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:41.838 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 10:47:41.838 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:41.839 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 10:47:41.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 10:47:41.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:41.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:41.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:41.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:41.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:41.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:41.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:41.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:41.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:41.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:41.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:41.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:41.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:41.872 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 10:47:41.872 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 10:47:41.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 10:47:41.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:41.928 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:41.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:41.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:41.936 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 10:47:41.937 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:41.937 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 10:47:41.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 10:47:41.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:41.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:41.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:41.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:42.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:42.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:42.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:42.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:42.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:42.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:42.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:42.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:42.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:42.031 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 10:47:42.031 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 10:47:42.031 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 10:47:42.032 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 10:47:42.032 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 10:47:42.032 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 10:47:42.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 10:47:42.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:42.038 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:42.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:42.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:42.062 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 10:47:42.062 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:42.062 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 10:47:42.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 10:47:42.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:42.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:42.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:42.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:42.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:42.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:42.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:42.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:42.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:42.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:42.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:42.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:42.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:42.141 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 10:47:42.141 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 10:47:42.141 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 10:47:42.141 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 10:47:42.147 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 10:47:42.147 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:42.147 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:42.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:42.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:42.226 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 10:47:42.226 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:42.226 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 10:47:42.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 10:47:42.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:42.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:42.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:42.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:42.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:42.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:42.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:42.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:42.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:42.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:42.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:42.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:42.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:42.258 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 10:47:42.259 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 10:47:42.263 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem1" 10:47:42.268 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 10:47:42.268 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:42.268 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:42.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:42.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:42.339 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 10:47:42.339 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:42.339 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 10:47:42.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 10:47:42.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:42.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:42.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:42.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:42.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:42.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:42.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:42.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:42.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:42.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:42.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:42.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:42.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:42.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:42.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:42.427 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 10:47:42.427 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 10:47:42.428 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 10:47:42.428 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 10:47:42.428 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 10:47:42.428 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 10:47:42.440 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 10:47:42.440 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:42.440 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:42.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:42.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:42.463 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 10:47:42.463 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 10:47:42.463 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:42.463 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:42.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:42.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.402 s - in org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.331 s testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.176 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.098 s shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.125 s testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.164 s hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.113 s shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.124 s Running org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:42.527 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:42.528 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:47:42.529 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:42.529 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:42.529 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:42.529 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:47:42.529 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:42.529 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:47:42.529 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:42.530 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:42.530 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:42.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:42.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:42.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:42.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:42.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:42.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:42.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:42.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:42.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:42.571 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 10:47:42.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:42.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:42.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:42.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:42.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:47:42.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:47:42.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:47:42.587 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 10:47:42.587 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 10:47:42.587 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 10:47:42.588 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 10:47:42.589 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:47:42.589 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:42.590 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 10:47:42.590 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 10:47:42.590 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 10:47:42.591 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem2" 10:47:42.596 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:42.596 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:42.596 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:42.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:42.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:42.643 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:42.643 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:42.643 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:42.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:42.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:42.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:42.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:42.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:42.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:42.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:42.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:42.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:42.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 10:47:42.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:42.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:42.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:42.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:42.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:47:42.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:47:42.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:47:42.676 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 10:47:42.676 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 10:47:42.676 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 10:47:42.676 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 10:47:42.676 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:47:42.676 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:42.676 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 10:47:42.676 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 10:47:42.676 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 10:47:42.682 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:42.682 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:42.682 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:42.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:42.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:42.689 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:42.689 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:42.689 INFO [WorkbenchTestable][RequirementsRunner] Started test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:42.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:42.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:42.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:42.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:42.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:42.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:42.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 10:47:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:42.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:42.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:42.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:47:42.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:47:42.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:47:42.759 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 10:47:42.759 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 10:47:42.759 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 10:47:42.759 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 10:47:42.759 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:47:42.759 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:42.760 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 10:47:42.760 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 10:47:42.760 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 10:47:42.760 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 10:47:42.760 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 10:47:42.760 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemRadio 10:47:42.761 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemRadio" 10:47:42.761 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemRadio 10:47:42.763 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemRadio 10:47:42.771 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:42.771 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:42.772 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:42.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:42.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:42.802 INFO [WorkbenchTestable][RequirementsRunner] Finished test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:42.802 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:42.802 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:42.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:42.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:42.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:42.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:42.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:42.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:42.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:42.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:42.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:42.845 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 10:47:42.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:42.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:42.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:42.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:42.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:47:42.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:47:42.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:47:42.846 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 10:47:42.847 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 10:47:42.847 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 10:47:42.847 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 10:47:42.847 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:47:42.847 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:42.849 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 10:47:42.849 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 10:47:42.861 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:42.862 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:42.862 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:42.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:42.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:42.882 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:42.882 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:42.882 INFO [WorkbenchTestable][RequirementsRunner] Started test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:42.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:42.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:42.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:42.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:42.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:42.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:42.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:42.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:42.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:42.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 10:47:42.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:42.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:42.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:42.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:42.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:47:42.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:47:42.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:47:42.929 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 10:47:42.930 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 10:47:42.930 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 10:47:42.930 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:47:42.930 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:42.930 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 10:47:42.930 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 10:47:42.930 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 10:47:42.930 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 10:47:42.930 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 10:47:42.930 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 10:47:42.931 DEBUG [main][MenuItemLookup] Item match:DisabledMenu 10:47:42.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:42.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:42.938 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:42.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:42.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:42.945 INFO [WorkbenchTestable][RequirementsRunner] Finished test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:42.945 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:42.945 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:42.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:42.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:42.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:42.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:42.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:42.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:42.986 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:42.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:42.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:42.987 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 10:47:42.987 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:42.987 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 10:47:42.992 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:42.992 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:42.992 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:42.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:43.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:43.035 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.035 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:43.035 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:43.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:43.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:43.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:43.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:43.065 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:43.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:43.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:43.066 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 10:47:43.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:43.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:43.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:43.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:43.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:47:43.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:47:43.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:47:43.067 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 10:47:43.067 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 10:47:43.068 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 10:47:43.068 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 10:47:43.068 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:47:43.068 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:43.068 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 10:47:43.068 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 10:47:43.068 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 10:47:43.068 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 10:47:43.068 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 10:47:43.068 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 10:47:43.077 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.078 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:43.078 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:43.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:43.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:43.128 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.129 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:43.129 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:43.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:43.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:43.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:43.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:43.158 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:43.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:43.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:43.158 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 10:47:43.158 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:43.159 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 10:47:43.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:43.164 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:43.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:43.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:43.172 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.172 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:43.172 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:43.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:43.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:43.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:43.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:43.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:43.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:43.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:43.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 10:47:43.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:43.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:43.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:43.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:43.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:47:43.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:47:43.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:47:43.259 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 10:47:43.259 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 10:47:43.259 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 10:47:43.259 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 10:47:43.259 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:47:43.259 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:43.260 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 10:47:43.260 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 10:47:43.260 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 10:47:43.260 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 10:47:43.261 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 10:47:43.262 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuDisabledChild" 10:47:43.267 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.267 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:43.268 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:43.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:43.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:43.275 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.275 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:43.275 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.276 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.276 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:43.276 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:43.276 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:43.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:43.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:43.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:43.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:43.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:43.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 10:47:43.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:43.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:43.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:43.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:43.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:47:43.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:47:43.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:47:43.360 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 10:47:43.360 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 10:47:43.361 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 10:47:43.361 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 10:47:43.361 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:47:43.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:43.361 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 10:47:43.361 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 10:47:43.361 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 10:47:43.361 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 10:47:43.361 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 10:47:43.361 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 10:47:43.366 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.366 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:43.366 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:43.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:43.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:43.373 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.373 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:43.373 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.373 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.373 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:43.373 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:43.373 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:43.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:43.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:43.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:43.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:43.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:43.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 10:47:43.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:43.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:43.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:43.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:43.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:47:43.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:47:43.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:47:43.434 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 10:47:43.434 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 10:47:43.434 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 10:47:43.434 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 10:47:43.434 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:47:43.434 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:43.434 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 10:47:43.434 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 10:47:43.434 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 10:47:43.434 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItem1 10:47:43.435 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItem1 10:47:43.435 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 10:47:43.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 10:47:43.437 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:47:43.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:43.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:43.437 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "MenuShell" as the parent 10:47:43.437 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:47:43.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:43.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:43.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:43.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:43.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:47:43.438 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:47:43.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:43.445 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:43.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:43.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:43.465 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.465 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:43.465 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:43.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:43.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:43.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:43.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:43.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:43.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:43.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:43.493 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 10:47:43.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:43.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:43.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:43.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:43.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:47:43.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:47:43.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:47:43.494 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 10:47:43.495 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 10:47:43.495 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 10:47:43.495 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:47:43.495 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:43.500 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.500 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:43.500 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:43.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:43.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:43.539 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.539 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:43.539 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:43.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:43.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:43.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:43.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:43.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:43.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:43.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:43.560 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 10:47:43.560 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:43.560 DEBUG [main][MenuItemLookup] Found menu:'ShellContextMenuItem' 10:47:43.560 DEBUG [main][MenuItemLookup] Item match:ShellContextMenuItem 10:47:43.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:43.565 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:43.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:43.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:43.578 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.579 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:43.579 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:43.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:43.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:43.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:43.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:43.626 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:43.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:43.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:43.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 10:47:43.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:43.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:43.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:43.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:43.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:47:43.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:47:43.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:47:43.628 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 10:47:43.628 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 10:47:43.628 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 10:47:43.628 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:47:43.628 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:43.629 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 10:47:43.629 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 10:47:43.629 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 10:47:43.629 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 10:47:43.629 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenu" 10:47:43.634 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.634 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:43.634 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:43.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:43.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:43.641 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.641 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:43.641 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:43.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:43.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:43.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:43.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:43.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:43.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:43.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:43.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 10:47:43.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:43.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:43.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:43.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:43.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:47:43.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:47:43.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:47:43.681 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 10:47:43.681 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 10:47:43.681 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 10:47:43.681 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 10:47:43.681 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:47:43.681 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:43.686 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.686 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:43.686 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:43.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:43.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:43.692 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.693 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:43.693 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:43.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:43.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:43.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:43.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:43.747 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:43.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:43.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:43.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.shell.DefaultShell, index 0 and no matchers specified 10:47:43.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:43.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:43.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:43.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:43.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:47:43.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:47:43.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:47:43.749 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 10:47:43.749 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 10:47:43.749 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 10:47:43.749 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:47:43.749 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:43.749 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 10:47:43.749 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 10:47:43.749 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 10:47:43.749 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 10:47:43.749 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenuEnabledChild' 10:47:43.749 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenuEnabledChild 10:47:43.749 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 10:47:43.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:43.755 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:43.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:43.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:43.762 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.762 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:43.762 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:43.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:43.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:43.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:43.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:43.826 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:43.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:43.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:43.826 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 10:47:43.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:43.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:43.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:43.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:43.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:47:43.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:47:43.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:47:43.828 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 10:47:43.828 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 10:47:43.828 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 10:47:43.828 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 10:47:43.828 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:47:43.828 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:43.828 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 10:47:43.828 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 10:47:43.833 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.834 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:43.834 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:43.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:43.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:43.840 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.840 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:43.840 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:43.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:43.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:43.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:43.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:43.886 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:43.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:43.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:43.887 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 10:47:43.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:43.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:43.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:43.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:43.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:47:43.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:47:43.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:47:43.888 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 10:47:43.888 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 10:47:43.889 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 10:47:43.889 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 10:47:43.889 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:47:43.889 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:43.889 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 10:47:43.889 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 10:47:43.889 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 10:47:43.889 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 10:47:43.890 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 10:47:43.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:43.896 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:43.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:43.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:43.903 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.903 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:43.903 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:43.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:43.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:43.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:43.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:43.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:43.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:43.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:43.963 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 10:47:43.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:43.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:43.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:43.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:43.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:47:43.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:47:43.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:47:43.964 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 10:47:43.964 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 10:47:43.964 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 10:47:43.964 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 10:47:43.964 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:47:43.964 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:43.965 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 10:47:43.965 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 10:47:43.965 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 10:47:43.965 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 10:47:43.965 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemCheck 10:47:43.965 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemCheck" 10:47:43.965 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemCheck 10:47:43.965 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemCheck 10:47:43.971 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.971 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:43.971 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:43.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:43.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:43.978 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 10:47:43.978 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 10:47:43.978 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:43.978 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:43.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:43.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.453 s - in org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.113 s menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.046 s radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.112 s getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.08 s disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.063 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.09 s getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.093 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.043 s menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.103 s getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.098 s selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.092 s getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.074 s shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.039 s menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.062 s getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.051 s menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.069 s getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.078 s menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.063 s checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.075 s Running org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 10:47:43.998 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 10:47:43.999 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:47:43.999 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:43.999 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 10:47:43.999 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:43.999 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:47:44.000 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:44.000 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:47:44.000 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:44.024 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 10:47:44.025 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 10:47:44.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:44.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:44.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:47:44.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:44.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:44.028 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") 10:47:44.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:44.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:44.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:44.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:44.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 10:47:44.038 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 10:47:44.038 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 10:47:44.038 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:44.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 10:47:44.106 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 10:47:44.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 10:47:44.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:44.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:44.124 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 10:47:44.124 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:47:44.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:44.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:44.125 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 10:47:44.125 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:47:44.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:44.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:44.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:44.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:44.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:47:44.127 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 10:47:44.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:47:44.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:47:44.130 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 10:47:44.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:47:44.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:47:44.131 TRACE [main][WidgetHandler] Notify Table with event 13 10:47:44.131 TRACE [main][WidgetHandler] Wait for synchronization 10:47:44.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:47:44.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:44.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:44.132 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 10:47:44.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:47:44.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:44.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:44.135 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:47:44.136 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:47:44.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:44.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:44.137 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 10:47:44.137 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:47:44.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:44.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:44.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:44.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:44.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:47:44.140 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:47:44.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:47:44.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:47:44.143 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:47:44.143 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:44.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:47:44.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:47:44.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 10:47:44.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:44.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:44.665 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:47:44.666 DEBUG [main][MenuItemLookup] Found menu:'File' 10:47:44.666 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:47:44.666 DEBUG [main][MenuItemLookup] Found menu:'Source' 10:47:44.666 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 10:47:44.666 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:47:44.666 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:47:44.666 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:47:44.666 DEBUG [main][MenuItemLookup] Found menu:'Run' 10:47:44.666 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:47:44.666 DEBUG [main][MenuItemLookup] Item match:Window 10:47:44.674 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:47:44.674 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:47:44.674 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:47:44.674 DEBUG [main][MenuItemLookup] Found menu:'' 10:47:44.674 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:47:44.674 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 10:47:44.674 DEBUG [main][MenuItemLookup] Found menu:'' 10:47:44.674 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 10:47:44.674 DEBUG [main][MenuItemLookup] Found menu:'' 10:47:44.674 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 10:47:44.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:44.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:44.674 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:47:44.674 DEBUG [main][MenuItemLookup] Found menu:'File' 10:47:44.674 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:47:44.674 DEBUG [main][MenuItemLookup] Found menu:'Source' 10:47:44.674 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 10:47:44.674 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:47:44.674 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:47:44.674 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:47:44.675 DEBUG [main][MenuItemLookup] Found menu:'Run' 10:47:44.675 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:47:44.675 DEBUG [main][MenuItemLookup] Item match:Window 10:47:44.675 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:47:44.675 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:47:44.675 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:47:44.675 DEBUG [main][MenuItemLookup] Found menu:'' 10:47:44.675 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:47:44.675 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 10:47:44.675 DEBUG [main][MenuItemLookup] Item match:Perspective 10:47:44.680 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 10:47:44.680 DEBUG [main][MenuItemLookup] Found menu:'' 10:47:44.680 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 10:47:44.680 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 10:47:44.680 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 10:47:44.680 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 10:47:44.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 10:47:44.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:44.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:44.683 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:47:44.683 DEBUG [main][MenuItemLookup] Found menu:'File' 10:47:44.683 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:47:44.683 DEBUG [main][MenuItemLookup] Found menu:'Source' 10:47:44.683 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 10:47:44.683 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:47:44.683 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:47:44.683 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:47:44.683 DEBUG [main][MenuItemLookup] Found menu:'Run' 10:47:44.683 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:47:44.683 DEBUG [main][MenuItemLookup] Item match:Window 10:47:44.684 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:47:44.684 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:47:44.684 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:47:44.684 DEBUG [main][MenuItemLookup] Found menu:'' 10:47:44.684 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:47:44.684 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 10:47:44.684 DEBUG [main][MenuItemLookup] Found menu:'' 10:47:44.684 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 10:47:44.684 DEBUG [main][MenuItemLookup] Found menu:'' 10:47:44.684 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 10:47:44.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:44.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:44.684 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:47:44.684 DEBUG [main][MenuItemLookup] Found menu:'File' 10:47:44.684 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:47:44.684 DEBUG [main][MenuItemLookup] Found menu:'Source' 10:47:44.684 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 10:47:44.684 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:47:44.684 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:47:44.684 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:47:44.684 DEBUG [main][MenuItemLookup] Found menu:'Run' 10:47:44.684 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:47:44.684 DEBUG [main][MenuItemLookup] Item match:Window 10:47:44.685 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:47:44.685 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:47:44.685 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:47:44.685 DEBUG [main][MenuItemLookup] Found menu:'' 10:47:44.685 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:47:44.685 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 10:47:44.685 DEBUG [main][MenuItemLookup] Item match:Perspective 10:47:44.685 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 10:47:44.685 DEBUG [main][MenuItemLookup] Found menu:'' 10:47:44.685 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 10:47:44.685 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 10:47:44.685 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 10:47:44.685 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 10:47:44.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:44.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:44.686 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:47:44.686 DEBUG [main][MenuItemLookup] Found menu:'File' 10:47:44.686 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:47:44.686 DEBUG [main][MenuItemLookup] Found menu:'Source' 10:47:44.686 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 10:47:44.686 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:47:44.686 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:47:44.686 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:47:44.686 DEBUG [main][MenuItemLookup] Found menu:'Run' 10:47:44.686 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:47:44.686 DEBUG [main][MenuItemLookup] Item match:Window 10:47:44.686 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:47:44.686 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:47:44.686 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:47:44.686 DEBUG [main][MenuItemLookup] Found menu:'' 10:47:44.686 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:47:44.686 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 10:47:44.686 DEBUG [main][MenuItemLookup] Found menu:'' 10:47:44.686 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 10:47:44.686 DEBUG [main][MenuItemLookup] Found menu:'' 10:47:44.686 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 10:47:44.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:44.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:44.687 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:47:44.687 DEBUG [main][MenuItemLookup] Found menu:'File' 10:47:44.687 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:47:44.687 DEBUG [main][MenuItemLookup] Found menu:'Source' 10:47:44.687 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 10:47:44.687 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:47:44.687 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:47:44.687 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:47:44.687 DEBUG [main][MenuItemLookup] Found menu:'Run' 10:47:44.687 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:47:44.687 DEBUG [main][MenuItemLookup] Item match:Window 10:47:44.687 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:47:44.687 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:47:44.687 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:47:44.687 DEBUG [main][MenuItemLookup] Found menu:'' 10:47:44.687 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:47:44.687 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 10:47:44.687 DEBUG [main][MenuItemLookup] Item match:Perspective 10:47:44.688 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 10:47:44.688 DEBUG [main][MenuItemLookup] Found menu:'' 10:47:44.688 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 10:47:44.688 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 10:47:44.688 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 10:47:44.688 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 10:47:44.688 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 10:47:44.688 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 10:47:44.688 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 10:47:44.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 10:47:44.746 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 10:47:44.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 10:47:44.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:44.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:44.746 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:47:44.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:44.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:44.747 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 10:47:44.747 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:47:44.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:44.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:44.747 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:47:44.747 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:47:44.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:44.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:44.747 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 10:47:44.747 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:47:44.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:44.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:44.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:44.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:44.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:47:44.748 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 10:47:44.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:47:44.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:47:44.748 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:47:44.748 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:44.901 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:44.902 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 10:47:44.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 10:47:44.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:44.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:44.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:44.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:47:44.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:44.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:44.904 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:47:44.904 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.*') 10:47:44.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:44.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:44.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:44.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:44.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 10:47:44.943 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 10:47:44.943 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:45.050 DEBUG [main][MenuItemLookup] Found menu:'(no launch history)' 10:47:45.050 DEBUG [main][MenuItemLookup] Found menu:'' 10:47:45.050 DEBUG [main][MenuItemLookup] Found menu:'Run As' 10:47:45.050 DEBUG [main][MenuItemLookup] Item match:Run As 10:47:45.053 DEBUG [main][MenuItemLookup] Found menu:'(none applicable)' 10:47:45.053 DEBUG [main][MenuItemLookup] Item match:(none applicable) 10:47:45.053 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"(none applicable)" 10:47:45.053 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 10:47:45.053 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:45.053 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:45.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:45.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:45.054 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 10:47:45.054 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 10:47:45.054 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:45.054 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:45.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:45.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.059 s - in org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) Time elapsed: 0.152 s Running org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 10:47:45.069 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 10:47:45.070 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:47:45.070 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:45.070 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 10:47:45.070 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:45.070 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:47:45.071 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:45.071 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:47:45.071 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:45.071 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:45.071 INFO [WorkbenchTestable][RequirementsRunner] Started test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 10:47:45.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 10:47:45.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:45.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:45.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:45.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:45.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:47:45.089 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' view via menu. 10:47:45.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:47:45.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:45.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:45.089 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:47:45.089 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:47:45.089 DEBUG [main][MenuItemLookup] Found menu:'File' 10:47:45.089 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:47:45.089 DEBUG [main][MenuItemLookup] Found menu:'Source' 10:47:45.089 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 10:47:45.090 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:47:45.090 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:47:45.090 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:47:45.090 DEBUG [main][MenuItemLookup] Found menu:'Run' 10:47:45.090 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:47:45.090 DEBUG [main][MenuItemLookup] Item match:Window 10:47:45.090 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:47:45.090 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:47:45.090 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:47:45.090 DEBUG [main][MenuItemLookup] Found menu:'' 10:47:45.090 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:47:45.090 DEBUG [main][MenuItemLookup] Item match:Show View 10:47:45.094 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 10:47:45.094 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 10:47:45.095 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:47:45.095 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 10:47:45.095 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:47:45.095 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 10:47:45.095 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:47:45.095 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:47:45.095 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:47:45.095 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 10:47:45.095 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:47:45.095 DEBUG [main][MenuItemLookup] Found menu:'Templates' 10:47:45.095 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 10:47:45.095 DEBUG [main][MenuItemLookup] Found menu:'' 10:47:45.095 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:47:45.095 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:47:45.095 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:47:45.095 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:47:45.095 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:47:45.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:47:45.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 10:47:45.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:47:45.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:45.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:45.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:47:45.184 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:47:45.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:45.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:45.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:47:45.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:47:45.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:45.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:45.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:45.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:45.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:47:45.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:47:45.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:47:45.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 10:47:45.186 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 10:47:45.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:47:45.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:47:45.690 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 10:47:45.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 10:47:45.692 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 10:47:45.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:47:45.692 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 10:47:45.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:47:45.692 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 10:47:45.692 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT 10:47:45.692 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT 10:47:45.693 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT about selection 10:47:45.693 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT 10:47:45.693 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:47:45.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:45.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:45.694 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:47:45.694 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:47:45.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:45.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:45.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 10:47:45.695 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:47:45.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:45.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:45.695 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:47:45.695 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:47:45.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:45.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:45.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:45.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:45.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:47:45.696 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:47:45.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:47:45.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:47:45.697 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:47:45.697 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:45.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:47:45.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:47:45.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 10:47:45.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:45.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:45.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 10:47:45.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:45.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:45.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:47:45.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:45.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:45.780 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:47:45.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 10:47:45.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:45.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:45.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:45.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:45.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:47:45.789 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 10:47:45.789 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 10:47:45.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:47:45.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:47:45.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:47:45.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:47:45.803 DEBUG [main][MenuItemLookup] Found menu:'submenu' 10:47:45.803 DEBUG [main][MenuItemLookup] Found menu:'' 10:47:45.803 DEBUG [main][MenuItemLookup] Found menu:'View Action with ID' 10:47:45.803 DEBUG [main][MenuItemLookup] Item match:View Action with ID 10:47:45.803 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"View Action with ID" 10:47:45.803 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text View Action with ID 10:47:45.804 INFO [main][MenuItemHandler] Select menu item: View Action with ID 10:47:45.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled.... 10:47:45.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled. finished successfully 10:47:45.804 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 10:47:45.804 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:45.805 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:45.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:45.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:45.805 INFO [WorkbenchTestable][RequirementsRunner] Finished test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 10:47:45.805 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:45.805 INFO [WorkbenchTestable][RequirementsRunner] Started test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 10:47:45.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 10:47:45.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:45.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:45.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:45.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:45.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:45.831 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 10:47:45.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:45.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:45.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:47:45.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:45.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:45.838 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:47:45.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 10:47:45.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:45.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:45.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:45.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:45.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:47:45.845 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 10:47:45.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 10:47:45.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:47:45.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:47:45.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:47:45.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:47:45.855 DEBUG [main][MenuItemLookup] Found menu:'submenu' 10:47:45.855 DEBUG [main][MenuItemLookup] Item match:submenu 10:47:45.857 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 10:47:45.857 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuA 10:47:45.857 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&A" 10:47:45.857 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuA 10:47:45.858 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&A 10:47:45.858 DEBUG [main][MenuItemLookup] Found menu:'submenu' 10:47:45.858 DEBUG [main][MenuItemLookup] Item match:submenu 10:47:45.858 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 10:47:45.858 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuB' 10:47:45.858 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuB 10:47:45.859 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&B" 10:47:45.859 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuB 10:47:45.859 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&B 10:47:45.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 10:47:45.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:45.859 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:45.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:45.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:45.859 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 10:47:45.860 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:45.860 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 10:47:45.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 10:47:45.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:45.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:45.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:45.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:45.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:47:45.877 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 10:47:45.877 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:47:45.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:45.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:45.877 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:47:45.877 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:47:45.877 DEBUG [main][MenuItemLookup] Found menu:'File' 10:47:45.878 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:47:45.878 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:47:45.878 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:47:45.878 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:47:45.878 DEBUG [main][MenuItemLookup] Found menu:'Run' 10:47:45.878 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:47:45.878 DEBUG [main][MenuItemLookup] Item match:Window 10:47:45.878 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:47:45.878 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:47:45.878 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:47:45.878 DEBUG [main][MenuItemLookup] Found menu:'' 10:47:45.878 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:47:45.878 DEBUG [main][MenuItemLookup] Item match:Show View 10:47:45.882 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 10:47:45.882 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 10:47:45.882 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:47:45.882 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 10:47:45.882 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:47:45.882 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 10:47:45.882 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:47:45.882 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:47:45.882 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:47:45.882 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 10:47:45.882 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:47:45.882 DEBUG [main][MenuItemLookup] Found menu:'Templates' 10:47:45.882 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 10:47:45.882 DEBUG [main][MenuItemLookup] Found menu:'' 10:47:45.882 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:47:45.882 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:47:45.894 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:47:45.894 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:47:45.894 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:47:45.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:47:45.962 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 10:47:45.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:47:45.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:45.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:45.963 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:47:45.963 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:47:45.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:45.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:45.963 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:47:45.963 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:47:45.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:45.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:45.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:45.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:45.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:47:45.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:47:45.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:47:45.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 10:47:45.965 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:47:45.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:47:46.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:47:46.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:47:46.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 10:47:46.471 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:47:46.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:47:46.471 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:47:46.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:47:46.472 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:47:46.472 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 10:47:46.472 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 10:47:46.472 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 10:47:46.473 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 10:47:46.473 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:47:46.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:46.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:46.473 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:47:46.473 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:47:46.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:46.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:46.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 10:47:46.474 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:47:46.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:46.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:46.474 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:47:46.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:47:46.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:46.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:46.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:46.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:46.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:47:46.475 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:47:46.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:47:46.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:47:46.476 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:47:46.476 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:46.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:47:46.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:47:46.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 10:47:46.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:46.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:46.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 10:47:46.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:46.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:46.597 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:47:46.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:46.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:46.597 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:47:46.597 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 10:47:46.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:46.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:46.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:46.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:46.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:47:46.602 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 10:47:46.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 10:47:46.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:47:46.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:47:46.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:47:46.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:47:46.606 DEBUG [main][MenuItemLookup] Found menu:'Group By' 10:47:46.606 DEBUG [main][MenuItemLookup] Found menu:'' 10:47:46.606 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 10:47:46.606 DEBUG [main][MenuItemLookup] Item match:Filters... 10:47:46.606 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Filters..." 10:47:46.606 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Filters... 10:47:46.606 INFO [main][MenuItemHandler] Select menu item: &Filters... 10:47:46.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 10:47:46.686 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 10:47:46.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Log Filters 10:47:46.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:46.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:46.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:47:46.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:47:46.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:46.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:46.687 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Log Filters" as the parent 10:47:46.687 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:47:46.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:46.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:46.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:46.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:46.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:47:46.689 INFO [WorkbenchTestable][AbstractButton] Click button OK 10:47:46.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:47:46.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:47:46.689 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:47:46.689 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:46.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 10:47:46.772 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 10:47:46.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 10:47:46.772 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 10:47:46.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 10:47:46.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:46.772 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:46.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:46.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:46.773 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 10:47:46.773 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:46.773 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 10:47:46.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 10:47:46.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:46.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:46.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:46.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:46.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:46.789 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 10:47:46.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:46.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:46.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:47:46.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:46.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:46.795 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:47:46.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 10:47:46.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:46.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:46.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:46.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:46.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:47:46.800 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 10:47:46.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 10:47:46.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:47:46.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:47:46.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:47:46.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:47:46.801 DEBUG [main][MenuItemLookup] Found menu:'Group By' 10:47:46.802 DEBUG [main][MenuItemLookup] Found menu:'' 10:47:46.802 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 10:47:46.802 DEBUG [main][MenuItemLookup] Found menu:'' 10:47:46.802 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 10:47:46.802 DEBUG [main][MenuItemLookup] Found menu:'Show text filter' 10:47:46.802 DEBUG [main][MenuItemLookup] Item match:Show text filter 10:47:46.802 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Show text filter" 10:47:46.802 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Show text filter 10:47:46.802 INFO [main][MenuItemHandler] Select menu item: &Show text filter 10:47:46.803 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 10:47:46.803 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:47:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:46.804 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 10:47:46.804 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:47:46.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:46.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:46.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:47:47.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:47.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:47:47.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:47.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:47:47.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:47:47.813 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 10:47:47.813 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 10:47:47.813 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:47.813 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:47.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:47.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:47.813 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 10:47:47.813 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 10:47:47.813 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:47.813 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:47.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:47.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.746 s - in org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.734 s parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.054 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.04 s Running org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 10:47:47.823 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 10:47:47.824 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:47:47.824 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:47.824 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 10:47:47.824 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:47.824 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:47:47.825 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:47.825 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:47:47.825 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:47.825 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:47.825 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 10:47:47.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 10:47:47.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:47.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:47.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:47.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:47.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:47.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:47.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:47.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:47.856 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") 10:47:47.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:47.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:47.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:47.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:47.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 10:47:47.857 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 10:47:47.857 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:47.866 DEBUG [main][MenuItemLookup] Found menu:'ToolItemMenuItem1' 10:47:47.866 DEBUG [main][MenuItemLookup] Item match:ToolItemMenuItem1 10:47:47.871 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 10:47:47.871 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:47.871 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:47.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:47.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:47.892 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 10:47:47.892 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:47.892 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 10:47:47.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 10:47:47.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:47.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:47.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:47.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:47.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:47.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:47.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:47.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:47.932 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") 10:47:47.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:47.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:47.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:47.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:47.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 10:47:47.934 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 10:47:47.934 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:47.941 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 10:47:47.941 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem2" 10:47:47.941 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem3" 10:47:47.946 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 10:47:47.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:47.947 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:47.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:47.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:47.953 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 10:47:47.953 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:47.954 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 10:47:47.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 10:47:47.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:47.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:47.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:47.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:47.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:47.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:47.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:47.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:47.994 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") 10:47:47.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:47.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:47.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:47.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:47.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 10:47:47.994 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 10:47:47.994 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:48.006 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 10:47:48.006 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:48.006 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:48.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:48.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:48.038 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 10:47:48.038 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:48.038 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 10:47:48.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 10:47:48.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:48.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:48.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:48.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:48.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:48.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:48.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:48.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:48.067 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") 10:47:48.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:48.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:48.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:48.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:48.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 10:47:48.068 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 10:47:48.068 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:47:48.077 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 10:47:48.082 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 10:47:48.082 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:48.082 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:48.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:48.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:48.088 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 10:47:48.088 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:48.088 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 10:47:48.088 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 10:47:48.088 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:48.088 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:48.088 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:48.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 10:47:48.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 10:47:48.144 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 10:47:48.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:47:48.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:47:48.144 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") 10:47:48.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:48.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:48.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:48.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:48.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 10:47:48.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 10:47:48.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:48.150 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:48.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:48.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:48.157 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 10:47:48.157 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 10:47:48.157 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:48.157 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:48.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:48.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 s - in org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.067 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.061 s toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.084 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.05 s toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.069 s Running org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 10:47:48.165 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 10:47:48.168 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:47:48.168 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:48.168 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 10:47:48.168 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:48.168 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:47:48.179 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:48.179 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:47:48.179 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:48.179 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:48.179 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 10:47:48.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 10:47:48.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:48.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:48.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:48.283 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 10:47:48.283 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:47:48.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:48.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:48.300 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:47:48.300 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:47:48.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:48.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:47:48.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 10:47:48.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:47:48.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 10:47:49.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:47:49.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 10:47:49.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:47:49.302 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 1 was not found 10:47:49.303 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:47:49.303 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:47:49.303 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:47:49.303 DEBUG [main][AbstractWait] Waiting until shell is active... 10:47:49.303 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:47:49.303 INFO [main][AbstractShell] Close shell Testing shell 10:47:49.303 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:47:49.319 DEBUG [main][AbstractWait] Waiting while shell is available... 10:47:49.319 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:47:49.319 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 10:47:49.319 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:49.319 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:49.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:49.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:49.320 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 10:47:49.320 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:49.320 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 10:47:49.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 10:47:49.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:49.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:49.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:49.366 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%$") 10:47:49.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:47:49.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:49.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:49.383 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:47:49.383 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:47:49.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:49.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:49.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:47:49.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:49.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:47:50.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:50.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:47:50.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:47:50.386 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was not found 10:47:50.387 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:47:50.387 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:47:50.387 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:47:50.387 DEBUG [main][AbstractWait] Waiting until shell is active... 10:47:50.387 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:47:50.387 INFO [main][AbstractShell] Close shell Testing shell 10:47:50.387 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:47:50.397 DEBUG [main][AbstractWait] Waiting while shell is available... 10:47:50.397 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:47:50.397 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 10:47:50.397 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:50.397 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:50.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:50.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:50.399 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 10:47:50.399 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:50.399 INFO [WorkbenchTestable][RequirementsRunner] Started test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 10:47:50.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 10:47:50.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:50.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:50.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:50.431 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 10:47:50.432 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:47:50.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:50.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:50.454 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:47:50.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:47:50.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:50.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:50.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:50.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:50.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 10:47:50.456 INFO [WorkbenchTestable][AbstractBrowser] Execute script: testExecute() 10:47:50.534 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:47:50.534 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:47:50.534 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:47:50.534 DEBUG [main][AbstractWait] Waiting until shell is active... 10:47:50.534 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:47:50.534 INFO [main][AbstractShell] Close shell Testing shell 10:47:50.534 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:47:50.544 DEBUG [main][AbstractWait] Waiting while shell is available... 10:47:50.544 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:47:50.544 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 10:47:50.544 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:50.545 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:50.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:50.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:50.559 INFO [WorkbenchTestable][RequirementsRunner] Finished test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 10:47:50.559 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:50.559 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 10:47:50.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 10:47:50.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:50.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:50.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:50.590 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 10:47:50.590 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:47:50.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:50.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:50.609 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:47:50.609 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:47:50.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:50.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:50.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:50.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:50.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 10:47:50.610 INFO [WorkbenchTestable][AbstractBrowser] Evaluate script: testEvaluate();return "test"; 10:47:50.691 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:47:50.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 10:47:50.691 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:47:50.692 DEBUG [main][AbstractWait] Waiting until shell is active... 10:47:50.692 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:47:50.692 INFO [main][AbstractShell] Close shell Testing shell 10:47:50.692 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:47:50.705 DEBUG [main][AbstractWait] Waiting while shell is available... 10:47:50.706 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:47:50.706 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 10:47:50.706 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:50.706 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:50.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:50.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:50.722 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 10:47:50.722 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:50.722 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 10:47:50.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 10:47:50.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:50.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:50.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:50.755 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 10:47:50.755 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:47:50.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:50.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:50.775 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:47:50.775 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:47:50.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:50.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:50.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:50.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:50.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 10:47:50.776 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:47:50.776 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:47:50.776 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:47:50.777 DEBUG [main][AbstractWait] Waiting until shell is active... 10:47:50.777 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:47:50.777 INFO [main][AbstractShell] Close shell Testing shell 10:47:50.777 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:47:50.879 DEBUG [main][AbstractWait] Waiting while shell is available... 10:47:50.879 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:47:50.879 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 10:47:50.879 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:50.879 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:50.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:50.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:50.881 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 10:47:50.881 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:50.881 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 10:47:50.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 10:47:50.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:50.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:50.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:50.915 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:") 10:47:50.915 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:47:50.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:50.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:50.933 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:47:50.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:47:50.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:50.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:50.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:50.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:50.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 10:47:50.935 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:47:50.935 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:47:50.935 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:47:50.935 DEBUG [main][AbstractWait] Waiting until shell is active... 10:47:50.935 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:47:50.936 INFO [main][AbstractShell] Close shell Testing shell 10:47:50.936 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:47:51.014 DEBUG [main][AbstractWait] Waiting while shell is available... 10:47:51.014 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:47:51.014 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 10:47:51.014 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:47:51.014 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:47:51.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:51.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:51.015 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 10:47:51.016 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:47:51.016 INFO [WorkbenchTestable][RequirementsRunner] Started test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 10:47:51.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 10:47:51.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:47:51.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:47:51.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:47:51.048 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 10:47:51.048 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:47:51.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:47:51.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:47:51.067 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:47:51.067 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:47:51.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:47:51.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:47:51.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:47:51.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:47:51.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 10:47:51.067 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/snippets/' 10:47:51.071 DEBUG [main][BrowserProgressListener] Calling chanded() 10:47:51.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 10:47:51.071 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 10:47:51.262 DEBUG [main][BrowserProgressListener] Calling chanded() 10:47:51.532 DEBUG [main][BrowserProgressListener] Calling chanded() 10:47:51.571 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 10:47:51.756 DEBUG [main][BrowserProgressListener] Calling chanded() failed to create drawable 10:47:52.029 DEBUG [main][BrowserProgressListener] Calling chanded() 10:47:52.072 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 10:47:52.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 10:47:52.072 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 10:48:02.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 10:48:02.073 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 10:48:02.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 10:48:02.086 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/widgets/' 10:48:02.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 10:48:02.086 DEBUG [main][BrowserProgressListener] Calling chanded() 10:48:02.086 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 10:48:02.115 DEBUG [main][BrowserProgressListener] Calling chanded() 10:48:02.223 DEBUG [main][BrowserProgressListener] Calling chanded() 10:48:02.587 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 10:48:02.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 10:48:02.587 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 10:48:12.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 10:48:12.587 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 10:48:12.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 10:48:12.588 INFO [WorkbenchTestable][AbstractBrowser] Browser back 10:48:12.589 DEBUG [main][BrowserProgressListener] Calling chanded() 10:48:12.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 10:48:12.590 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 10:48:12.724 DEBUG [main][BrowserProgressListener] Calling chanded() 10:48:13.090 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 10:48:13.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 10:48:13.090 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 10:48:14.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 10:48:14.090 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 10:48:14.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 10:48:14.093 INFO [WorkbenchTestable][AbstractBrowser] Browser forward 10:48:14.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 10:48:14.094 DEBUG [main][BrowserProgressListener] Calling chanded() 10:48:14.094 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 10:48:14.155 DEBUG [main][BrowserProgressListener] Calling chanded() 10:48:14.594 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 10:48:14.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 10:48:14.595 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 10:48:15.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 10:48:15.595 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 10:48:15.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 10:48:15.596 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:15.597 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:15.597 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:15.597 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:15.597 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:15.597 INFO [main][AbstractShell] Close shell Testing shell 10:48:15.597 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:15.611 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:15.611 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:15.611 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 10:48:15.611 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:15.611 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:15.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:15.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:15.627 INFO [WorkbenchTestable][RequirementsRunner] Finished test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 10:48:15.628 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 10:48:15.628 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:15.628 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:15.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:15.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.463 s - in org.eclipse.reddeer.swt.test.impl.browser.BrowserTest findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 1.141 s findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 1.079 s executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.16 s evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.163 s findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.159 s findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.134 s navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 24.611 s Running org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 10:48:15.642 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 10:48:15.643 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:48:15.643 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:15.644 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 10:48:15.644 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:15.644 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:48:15.644 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:15.644 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:48:15.644 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:15.644 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:15.644 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 10:48:15.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 10:48:15.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:15.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:15.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:15.697 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 10:48:15.697 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:15.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:15.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:15.726 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:15.726 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:15.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:15.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:15.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:15.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:15.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 10:48:15.729 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:") 10:48:15.729 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:15.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:15.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:15.730 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:15.730 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:15.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:15.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:15.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:15.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:15.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 10:48:15.739 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:15.739 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:15.739 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:15.740 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:15.740 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:15.740 INFO [main][AbstractShell] Close shell Testing shell 10:48:15.740 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:15.754 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:15.754 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:15.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 10:48:15.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:15.754 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:15.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:15.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:15.764 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 10:48:15.764 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:15.764 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 10:48:15.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 10:48:15.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:15.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:15.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:15.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified ( with key 'coolId' and value '1') 10:48:15.835 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:15.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:15.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:15.862 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:15.862 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:15.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:15.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:15.862 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 10:48:15.863 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 10:48:15.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:15.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:15.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 10:48:15.866 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 10:48:15.869 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:15.869 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:15.869 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:15.870 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:15.870 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:15.870 INFO [main][AbstractShell] Close shell Testing shell 10:48:15.870 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:15.885 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:15.885 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:15.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 10:48:15.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:15.885 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:15.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:15.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:15.907 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 10:48:15.907 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:15.907 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 10:48:15.907 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 10:48:15.907 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:15.907 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:15.907 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:15.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo0") 10:48:15.970 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:15.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:15.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:15.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:15.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:15.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:15.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:15.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:15.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:15.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 10:48:15.996 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 10:48:15.996 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:16.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:16.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:16.001 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:16.001 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:16.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:16.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:16.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:16.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:16.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 10:48:16.001 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") 10:48:16.001 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:16.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:16.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:16.001 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:16.001 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:16.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:16.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:16.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:16.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:16.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 10:48:16.003 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 10:48:16.003 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:16.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:16.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:16.003 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:16.003 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:16.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:16.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:16.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:16.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:16.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 10:48:16.003 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") 10:48:16.003 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:16.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:16.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:16.004 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:16.004 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:16.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:16.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:16.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:16.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:16.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 10:48:16.006 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 10:48:16.006 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:16.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:16.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:16.006 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:16.006 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:16.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:16.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:48:16.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:48:16.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:16.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 2 was found 10:48:16.006 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") 10:48:16.006 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:16.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:16.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:16.007 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:16.007 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:16.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:16.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:16.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:16.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:16.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 10:48:16.009 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 10:48:16.009 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:16.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:16.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:16.009 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:16.009 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:16.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:16.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 10:48:16.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 10:48:16.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:16.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 3 was found 10:48:16.010 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:16.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 10:48:16.010 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:16.011 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:16.011 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:16.011 INFO [main][AbstractShell] Close shell Testing shell 10:48:16.011 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:16.025 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:16.025 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:16.025 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 10:48:16.025 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:16.025 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:16.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:16.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:16.047 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 10:48:16.047 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:16.047 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 10:48:16.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 10:48:16.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:16.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:16.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:16.093 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") 10:48:16.093 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:16.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:16.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:16.129 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:16.129 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:16.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:16.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:16.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:16.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:16.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 10:48:16.133 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 3 10:48:16.134 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:16.134 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:16.134 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:16.135 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:16.135 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:16.135 INFO [main][AbstractShell] Close shell Testing shell 10:48:16.135 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:16.149 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:16.149 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:16.149 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 10:48:16.149 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:16.149 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:16.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:16.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:16.171 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 10:48:16.171 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:16.171 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 10:48:16.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 10:48:16.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:16.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:16.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:16.221 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") 10:48:16.221 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:16.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:16.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:16.246 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:16.246 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:16.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:16.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:16.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:16.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:16.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 10:48:16.249 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 2 10:48:16.249 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 10:48:16.249 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:16.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:16.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:16.250 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:16.250 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:16.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:16.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:16.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:16.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:16.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:16.250 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:16.251 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:16.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 10:48:16.251 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:16.251 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:16.251 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:16.251 INFO [main][AbstractShell] Close shell Testing shell 10:48:16.251 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:16.265 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:16.265 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:16.265 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 10:48:16.265 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:16.265 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:16.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:16.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:16.272 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 10:48:16.272 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:16.272 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 10:48:16.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 10:48:16.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:16.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:16.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:16.319 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 10:48:16.319 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:16.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:16.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:16.347 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:16.347 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:16.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:16.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:16.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:16.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:16.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 10:48:16.349 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 10:48:16.350 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:16.350 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:16.350 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:16.351 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:16.351 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:16.351 INFO [main][AbstractShell] Close shell Testing shell 10:48:16.351 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:16.365 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:16.365 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:16.365 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 10:48:16.365 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:16.365 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:16.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:16.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:16.374 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 10:48:16.374 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:16.374 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 10:48:16.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 10:48:16.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:16.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:16.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:16.432 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 10:48:16.432 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:16.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:16.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:16.456 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:16.456 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:16.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:16.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 10:48:16.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 10:48:16.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 10:48:16.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 10:48:17.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 10:48:17.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 10:48:17.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:48:17.460 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 5 was not found 10:48:17.460 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:17.460 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:17.460 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:17.460 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:17.460 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:17.460 INFO [main][AbstractShell] Close shell Testing shell 10:48:17.460 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:17.474 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:17.474 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:17.474 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 10:48:17.474 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:17.475 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:17.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:17.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:17.482 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 10:48:17.482 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:17.482 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 10:48:17.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 10:48:17.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:17.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:17.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:17.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "NON_EXISTING_LABEL_&*") 10:48:17.529 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:17.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:17.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:17.556 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:17.556 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:17.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:17.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:17.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:48:18.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:18.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:48:18.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:18.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:48:18.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:48:18.566 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was not found 10:48:18.566 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:18.566 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:18.566 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:18.566 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:18.566 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:18.566 INFO [main][AbstractShell] Close shell Testing shell 10:48:18.567 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:18.581 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:18.581 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:18.581 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 10:48:18.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:18.582 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:18.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:18.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:18.603 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 10:48:18.603 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:18.603 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 10:48:18.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 10:48:18.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:18.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:18.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:18.649 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") 10:48:18.649 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:18.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:18.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:18.671 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:18.671 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:18.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:18.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:18.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:18.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:18.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 10:48:18.674 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to selection: Item23 10:48:18.680 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 10:48:18.680 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:18.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:18.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:18.680 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:18.680 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:18.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:18.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:18.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:18.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:18.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:18.681 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:18.682 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:18.682 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:18.682 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:18.682 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:18.682 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:18.682 INFO [main][AbstractShell] Close shell Testing shell 10:48:18.682 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:18.696 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:18.696 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:18.696 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 10:48:18.696 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:18.696 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:18.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:18.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:18.703 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 10:48:18.703 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 10:48:18.703 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:18.703 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:18.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:18.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.062 s - in org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.12 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.143 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.14 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.124 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.101 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.102 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 1.108 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 1.121 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.1 s Running org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 10:48:18.711 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 10:48:18.712 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:48:18.712 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:18.712 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 10:48:18.713 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:18.713 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:48:18.718 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:18.718 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:48:18.718 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:18.719 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:18.719 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 10:48:18.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 10:48:18.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:18.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:18.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:740): Gtk-WARNING **: 10:48:18.735: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.741: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.743: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.743: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.744: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.750: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.750: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.752: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.752: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.753: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.753: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.754: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.763: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.770: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.771: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.772: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.773: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.780: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.780: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.781: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.781: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.782: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.783: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.783: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.789: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.790: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.790: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.791: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.791: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.791: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.792: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.793: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.793: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.793: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.800: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.800: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.800: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.800: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.801: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.802: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.802: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.802: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.803: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.804: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.804: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.804: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.804: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 10:48:18.808 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 10:48:18.809 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:18.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:18.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:18.826 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:18.826 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:18.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:18.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:18.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:18.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:18.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 10:48:18.830 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 10:48:18.830 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:18.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:18.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:18.830 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:18.830 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:18.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:18.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:18.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:18.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:18.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 10:48:18.831 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:18.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 10:48:18.831 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:18.831 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:18.831 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:18.831 INFO [main][AbstractShell] Close shell Testing shell 10:48:18.831 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:18.853 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:18.853 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:18.853 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 10:48:18.853 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:18.853 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:18.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:18.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:18.860 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 10:48:18.860 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:18.860 INFO [WorkbenchTestable][RequirementsRunner] Started test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 10:48:18.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 10:48:18.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:18.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:18.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:740): Gtk-WARNING **: 10:48:18.886: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.892: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.894: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.894: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.895: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.901: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.901: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.903: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.903: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.904: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.904: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.905: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.914: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.929: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.931: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.932: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.933: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.939: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.939: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.940: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.940: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.941: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.942: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.942: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.949: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.949: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.949: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.951: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.951: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.951: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.952: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.953: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.953: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.953: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.959: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.959: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.960: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.960: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.961: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.961: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.961: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.961: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.962: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.963: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.963: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.963: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:18.963: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 10:48:18.966 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 10:48:18.966 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:18.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:18.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:18.986 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:18.986 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:18.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:18.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:18.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:18.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:18.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 10:48:18.987 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 10:48:18.987 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 10:48:18.987 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:18.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:18.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:18.987 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:18.987 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:18.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:18.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:18.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:18.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:18.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 10:48:18.987 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 10:48:18.992 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 10:48:19.992 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 10:48:19.992 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 2 10:48:19.992 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 10:48:19.992 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:19.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:19.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:19.992 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:19.992 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:19.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:19.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:19.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:19.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:19.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 10:48:19.993 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 10:48:19.993 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 10:48:20.993 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 10:48:20.994 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 4 10:48:20.994 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 10:48:20.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:20.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:20.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:20.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:20.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:20.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:20.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:20.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:20.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:20.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 10:48:20.994 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 4 10:48:20.995 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 10:48:21.995 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been expanded 10:48:21.995 INFO [WorkbenchTestable][AbstractExpandBar] Collapse all expand bar items 10:48:21.995 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 0 10:48:21.998 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been collapsed 10:48:21.998 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 1 10:48:21.998 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 is already collapsed. No action performed 10:48:21.998 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 2 10:48:21.998 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been collapsed 10:48:21.998 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 3 10:48:21.998 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 3 is already collapsed. No action performed 10:48:21.998 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 4 10:48:21.999 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been collapsed 10:48:21.999 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:21.999 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:21.999 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:21.999 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:22.000 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:22.000 INFO [main][AbstractShell] Close shell Testing shell 10:48:22.000 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:22.046 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:22.046 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:22.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 10:48:22.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:22.047 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:22.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:22.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:22.054 INFO [WorkbenchTestable][RequirementsRunner] Finished test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 10:48:22.054 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:22.054 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 10:48:22.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 10:48:22.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:22.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:22.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:740): Gtk-WARNING **: 10:48:22.068: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.075: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.076: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.077: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.078: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.083: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.084: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.085: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.085: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.086: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.087: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.087: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.141: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.148: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.149: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.150: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.151: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.157: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.157: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.159: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.159: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.160: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.161: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.161: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.167: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.167: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.167: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.169: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.169: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.169: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.170: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.171: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.171: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.171: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.177: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.178: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.178: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.178: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.180: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.180: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.180: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.180: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.181: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.182: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.182: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.182: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:22.182: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 10:48:22.224 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 10:48:22.224 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 10:48:22.224 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:22.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:22.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:22.258 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:22.258 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:22.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:22.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:22.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:22.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:22.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 10:48:22.259 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 10:48:22.260 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 10:48:23.260 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 10:48:23.261 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 10:48:23.261 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:23.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:23.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:23.261 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:23.261 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:23.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:23.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:23.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:23.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:23.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 10:48:23.261 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:23.264 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:23.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 10:48:23.264 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:23.265 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:23.265 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:23.265 INFO [main][AbstractShell] Close shell Testing shell 10:48:23.265 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:23.288 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:23.288 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:23.288 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 10:48:23.288 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:23.288 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:23.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:23.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:23.309 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 10:48:23.309 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:23.309 INFO [WorkbenchTestable][RequirementsRunner] Started test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 10:48:23.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 10:48:23.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:23.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:23.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:740): Gtk-WARNING **: 10:48:23.324: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.331: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.333: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.334: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.335: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.342: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.343: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.344: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.344: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.345: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.346: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.346: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.357: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.364: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.366: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.367: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.368: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.376: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.376: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.378: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.378: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.379: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.380: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.380: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.387: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.387: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.387: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.389: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.389: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.389: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.390: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.391: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.391: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.391: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.398: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.399: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.399: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.399: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.400: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.400: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.400: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.401: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.402: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.403: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.403: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.403: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:23.403: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 10:48:23.405 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 10:48:23.406 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:23.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:23.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:23.426 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:23.426 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:23.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:23.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:23.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:23.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:23.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 10:48:23.426 INFO [WorkbenchTestable][AbstractExpandBar] Expand all expand bar items 10:48:23.426 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 10:48:23.427 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 10:48:24.427 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 10:48:24.428 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 10:48:24.428 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 10:48:25.428 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 10:48:25.429 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 10:48:25.429 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 10:48:26.429 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 10:48:26.430 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:26.430 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:26.430 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:26.430 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:26.431 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:26.431 INFO [main][AbstractShell] Close shell Testing shell 10:48:26.431 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:26.453 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:26.453 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:26.453 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 10:48:26.453 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:26.453 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:26.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:26.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:26.474 INFO [WorkbenchTestable][RequirementsRunner] Finished test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 10:48:26.474 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:26.474 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 10:48:26.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 10:48:26.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:26.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:26.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:740): Gtk-WARNING **: 10:48:26.488: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.495: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.496: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.497: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.497: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.503: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.504: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.505: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.505: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.506: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.507: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.507: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.516: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.523: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.524: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.525: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.526: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.532: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.532: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.533: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.534: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.535: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.535: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.536: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.542: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.542: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.542: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.543: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.543: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.543: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.544: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.545: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.545: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.546: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.552: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.552: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.552: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.552: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.553: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.553: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.554: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.554: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.555: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.556: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.556: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.556: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:26.556: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 10:48:26.558 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item text: Expand Item: 1 10:48:26.558 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 10:48:26.558 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:26.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:26.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:26.578 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:26.578 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:26.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:26.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:26.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:26.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:26.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 10:48:26.578 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 10:48:26.579 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 10:48:27.580 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 10:48:27.580 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 10:48:27.580 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:27.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:27.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:27.580 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:27.580 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:27.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:27.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:48:27.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:48:27.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:27.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 10:48:27.581 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:27.583 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:27.583 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:27.583 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:27.584 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:27.584 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:27.584 INFO [main][AbstractShell] Close shell Testing shell 10:48:27.584 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:27.607 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:27.607 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:27.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 10:48:27.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:27.607 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:27.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:27.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:27.628 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 10:48:27.628 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:27.628 INFO [WorkbenchTestable][RequirementsRunner] Started test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 10:48:27.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 10:48:27.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:27.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:27.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:740): Gtk-WARNING **: 10:48:27.642: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.648: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.650: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.650: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.651: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.657: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.657: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.659: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.659: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.659: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.660: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.660: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.670: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.676: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.678: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.679: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.679: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.685: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.686: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.687: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.687: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.688: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.689: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.689: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.695: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.695: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.695: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.697: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.697: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.697: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.698: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.699: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.699: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.699: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.705: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.705: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.706: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.706: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.707: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.707: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.707: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.707: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.708: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.709: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.709: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.709: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.709: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 10:48:27.712 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 10:48:27.712 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:27.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:27.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:27.735 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:27.735 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:27.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:27.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:27.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:27.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:27.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 10:48:27.736 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:27.736 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:27.736 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:27.736 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:27.736 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:27.736 INFO [main][AbstractShell] Close shell Testing shell 10:48:27.736 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:27.759 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:27.759 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:27.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 10:48:27.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:27.759 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:27.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:27.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:27.766 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 10:48:27.766 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:27.766 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 10:48:27.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 10:48:27.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:27.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:27.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:740): Gtk-WARNING **: 10:48:27.791: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.798: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.799: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.800: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.800: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.806: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.806: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.807: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.808: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.808: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.809: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.809: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.830: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.836: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.837: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.838: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.839: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.845: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.845: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.846: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.847: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.848: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.848: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.849: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.854: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.855: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.855: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.856: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.856: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.856: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.857: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.858: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.858: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.858: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.864: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.864: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.865: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.865: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.866: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.866: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.866: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.866: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.867: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.868: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.868: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.868: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:27.868: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 10:48:27.871 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 3 Expand Bar Item index: 1 10:48:27.871 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 10:48:27.871 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:27.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:27.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:27.891 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:27.892 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:27.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:27.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 10:48:27.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 10:48:28.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 10:48:28.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 10:48:28.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 10:48:28.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 10:48:28.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:48:28.894 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 3 was not found 10:48:28.895 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:28.895 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:28.895 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:28.895 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:28.895 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:28.895 INFO [main][AbstractShell] Close shell Testing shell 10:48:28.895 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:28.917 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:28.917 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:28.917 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 10:48:28.917 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:28.917 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:28.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:28.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:28.924 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 10:48:28.924 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:28.924 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 10:48:28.924 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 10:48:28.924 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:28.924 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:28.924 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:740): Gtk-WARNING **: 10:48:28.950: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:28.956: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:28.957: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:28.958: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:28.959: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:28.965: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:28.965: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:28.966: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:28.966: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:28.967: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:28.968: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:28.968: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:28.977: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:28.983: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:28.985: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:28.985: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:28.986: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:28.992: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:28.992: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:28.993: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:28.994: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:28.995: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:28.995: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:28.996: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:29.002: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:29.002: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:29.002: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:29.003: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:29.003: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:29.003: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:29.004: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:29.005: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:29.005: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:29.005: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:29.011: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:29.011: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:29.012: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:29.012: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:29.013: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:29.013: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:29.013: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:29.013: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:29.014: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:29.015: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:29.015: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:29.015: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:740): Gtk-WARNING **: 10:48:29.015: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 10:48:29.018 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 0 Expand Bar Item text: NON_EXISTING_#$ 10:48:29.018 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 10:48:29.018 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:29.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:29.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:29.037 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:29.037 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:29.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:29.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:29.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:29.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:29.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 10:48:29.038 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:29.038 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:29.038 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:29.039 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:29.039 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:29.039 INFO [main][AbstractShell] Close shell Testing shell 10:48:29.039 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:29.060 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:29.060 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:29.060 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 10:48:29.060 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:29.060 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:29.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:29.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:29.067 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 10:48:29.067 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 10:48:29.067 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:29.067 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:29.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:29.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.357 s - in org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.141 s collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 3.193 s findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.255 s expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 3.165 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.138 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.158 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.143 s Running org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 10:48:29.077 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 10:48:29.078 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:48:29.078 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:29.078 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 10:48:29.078 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:29.078 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:48:29.092 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:29.092 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:48:29.092 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:29.092 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:29.092 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 10:48:29.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 10:48:29.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:29.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:29.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:29.104 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') 10:48:29.104 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:29.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:29.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:29.123 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:29.123 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:29.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:29.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:29.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:48:29.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:48:29.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:29.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:29.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 10:48:29.126 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:29.126 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:29.126 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:29.126 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:29.126 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:29.126 INFO [main][AbstractShell] Close shell Testing shell 10:48:29.126 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:29.129 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:29.129 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:29.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 10:48:29.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:29.129 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:29.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:29.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:29.135 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 10:48:29.136 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:29.136 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 10:48:29.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 10:48:29.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:29.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:29.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:29.141 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 10:48:29.141 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:29.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:29.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:29.161 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:29.161 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:29.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:29.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:29.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:29.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:29.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 10:48:29.161 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:29.161 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:29.161 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:29.161 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:29.161 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:29.161 INFO [main][AbstractShell] Close shell Testing shell 10:48:29.161 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:29.164 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:29.165 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:29.165 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 10:48:29.165 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:29.165 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:29.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:29.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:29.170 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 10:48:29.170 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:29.170 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 10:48:29.170 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 10:48:29.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:29.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:29.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:29.176 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 10:48:29.176 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:29.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:29.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:29.225 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:29.225 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:29.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:29.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:29.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:29.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:29.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 10:48:29.226 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 10:48:29.226 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:29.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:29.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:29.226 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:29.226 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:29.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:29.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:29.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:29.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:29.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 10:48:29.226 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 10:48:29.226 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:29.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:29.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:29.227 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:29.227 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:29.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:29.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:48:29.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:48:29.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:29.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 2 was found 10:48:29.227 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:29.227 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:29.227 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:29.227 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:29.227 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:29.227 INFO [main][AbstractShell] Close shell Testing shell 10:48:29.227 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:29.230 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:29.230 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:29.230 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 10:48:29.230 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:29.231 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:29.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:29.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:29.236 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 10:48:29.236 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:29.237 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 10:48:29.237 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 10:48:29.237 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:29.237 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:29.237 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:29.242 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 10:48:29.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:29.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:29.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:29.262 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:29.262 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:29.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:29.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:29.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:29.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:29.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 10:48:29.262 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:29.263 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:29.263 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:29.263 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:29.263 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:29.263 INFO [main][AbstractShell] Close shell Testing shell 10:48:29.263 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:29.266 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:29.266 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:29.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 10:48:29.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:29.266 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:29.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:29.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:29.272 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 10:48:29.272 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:29.272 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 10:48:29.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 10:48:29.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:29.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:29.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:29.277 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 10:48:29.277 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:29.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:29.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:29.297 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:29.297 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:29.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:29.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 10:48:29.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 10:48:29.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 10:48:29.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 10:48:30.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 10:48:30.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 10:48:30.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:48:30.299 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 11 was not found 10:48:30.299 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:30.299 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:30.299 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:30.299 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:30.299 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:30.299 INFO [main][AbstractShell] Close shell Testing shell 10:48:30.299 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:30.304 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:30.304 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:30.304 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 10:48:30.304 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:30.304 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:30.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:30.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:30.325 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 10:48:30.325 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:30.325 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 10:48:30.325 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 10:48:30.325 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:30.325 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:30.325 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:30.330 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") 10:48:30.330 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:30.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:30.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:30.338 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:30.338 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:30.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:30.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:30.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:30.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:30.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 10:48:30.338 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:30.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 10:48:30.339 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:30.339 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:30.339 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:30.339 INFO [main][AbstractShell] Close shell Testing shell 10:48:30.339 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:30.342 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:30.342 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:30.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 10:48:30.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:30.342 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:30.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:30.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:30.357 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 10:48:30.357 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:30.357 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 10:48:30.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 10:48:30.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:30.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:30.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:30.375 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") 10:48:30.375 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:30.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:30.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:30.395 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:30.395 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:30.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:30.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:30.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:48:30.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:30.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:48:31.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:31.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:48:31.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:48:31.397 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was not found 10:48:31.397 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:31.397 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:31.397 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:31.397 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:31.397 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:31.397 INFO [main][AbstractShell] Close shell Testing shell 10:48:31.397 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:31.401 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:31.401 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:31.401 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 10:48:31.401 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:31.401 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:31.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.422 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 10:48:31.422 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:31.422 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 10:48:31.422 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 10:48:31.422 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:31.422 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:31.422 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:31.428 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 10:48:31.428 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:31.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.436 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:31.436 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:31.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:31.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:31.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:31.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:31.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 10:48:31.437 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:31.437 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:31.437 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:31.437 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:31.437 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:31.437 INFO [main][AbstractShell] Close shell Testing shell 10:48:31.437 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:31.440 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:31.440 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:31.440 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 10:48:31.440 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:31.440 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:31.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.455 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 10:48:31.455 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 10:48:31.455 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:31.455 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:31.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.378 s - in org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.043 s findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.034 s hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.066 s getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.036 s findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 1.053 s findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.032 s findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 1.065 s getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.033 s Running org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 10:48:31.460 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 10:48:31.461 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:48:31.461 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:31.461 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 10:48:31.461 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:31.461 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:48:31.470 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:31.470 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:48:31.470 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:31.470 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:31.471 INFO [WorkbenchTestable][RequirementsRunner] Started test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 10:48:31.471 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 10:48:31.471 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:31.471 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:31.471 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:31.479 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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") 10:48:31.479 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:31.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.495 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:31.496 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:31.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:31.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:31.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:31.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:31.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:31.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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") 10:48:31.497 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:31.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.497 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:31.497 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:31.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:31.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:31.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:31.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:31.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:31.498 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:31.498 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:31.498 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:31.499 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:31.499 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:31.499 INFO [main][AbstractShell] Close shell Testing shell 10:48:31.499 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:31.502 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:31.502 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:31.502 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 10:48:31.502 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:31.502 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:31.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.522 INFO [WorkbenchTestable][RequirementsRunner] Finished test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 10:48:31.522 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 10:48:31.522 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:31.522 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:31.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) Time elapsed: 0.051 s Running org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 10:48:31.527 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 10:48:31.531 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:48:31.531 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:31.531 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 10:48:31.531 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:31.531 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:48:31.532 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:31.532 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:48:31.532 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:31.532 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:31.532 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 10:48:31.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 10:48:31.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:31.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:31.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:31.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 10:48:31.592 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:31.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.611 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:31.611 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:31.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:31.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:31.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:31.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:31.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:31.611 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) 10:48:31.611 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:31.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.612 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:31.612 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:31.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:31.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:31.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:31.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:31.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 10:48:31.612 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) 10:48:31.612 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:31.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.612 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:31.612 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:31.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:31.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:48:31.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:48:31.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:31.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 10:48:31.613 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") 10:48:31.613 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:31.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.613 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:31.613 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:31.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:31.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:31.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:31.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:31.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:31.614 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:31.615 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") 10:48:31.615 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:31.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.615 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:31.615 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:31.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:31.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:31.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:31.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:31.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:31.616 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:31.616 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") 10:48:31.616 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:31.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.616 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:31.616 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:31.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:31.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:31.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:31.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:31.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:31.617 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:31.622 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONB 10:48:31.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:31.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:31.622 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:31.622 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:31.622 TRACE [main][WidgetHandler] Notify Button with event 27 10:48:31.622 TRACE [main][WidgetHandler] Wait for synchronization 10:48:31.622 TRACE [main][WidgetHandler] Notify Button with event 13 10:48:31.622 TRACE [main][WidgetHandler] Wait for synchronization 10:48:31.622 TRACE [main][WidgetHandler] Notify Button with event 26 10:48:31.622 TRACE [main][WidgetHandler] Wait for synchronization 10:48:31.622 TRACE [main][WidgetHandler] Notify Button with event 3 10:48:31.622 TRACE [main][WidgetHandler] Wait for synchronization 10:48:31.622 TRACE [main][WidgetHandler] Notify Button with event 4 10:48:31.622 TRACE [main][WidgetHandler] Wait for synchronization 10:48:31.622 TRACE [main][WidgetHandler] Notify Button with event 13 10:48:31.622 TRACE [main][WidgetHandler] Wait for synchronization 10:48:31.624 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONC 10:48:31.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:31.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:31.624 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:31.624 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:31.624 TRACE [main][WidgetHandler] Notify Button with event 27 10:48:31.624 TRACE [main][WidgetHandler] Wait for synchronization 10:48:31.624 TRACE [main][WidgetHandler] Notify Button with event 13 10:48:31.624 TRACE [main][WidgetHandler] Wait for synchronization 10:48:31.624 TRACE [main][WidgetHandler] Notify Button with event 26 10:48:31.624 TRACE [main][WidgetHandler] Wait for synchronization 10:48:31.624 TRACE [main][WidgetHandler] Notify Button with event 3 10:48:31.624 TRACE [main][WidgetHandler] Wait for synchronization 10:48:31.624 TRACE [main][WidgetHandler] Notify Button with event 4 10:48:31.624 TRACE [main][WidgetHandler] Wait for synchronization 10:48:31.624 TRACE [main][WidgetHandler] Notify Button with event 13 10:48:31.624 TRACE [main][WidgetHandler] Wait for synchronization 10:48:31.625 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:31.625 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:31.625 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:31.625 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:31.625 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:31.625 INFO [main][AbstractShell] Close shell Testing shell 10:48:31.625 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:31.631 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:31.632 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:31.632 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 10:48:31.632 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:31.632 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:31.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.637 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 10:48:31.637 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 10:48:31.637 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:31.637 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:31.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) Time elapsed: 0.105 s Running org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:31.642 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:31.643 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:48:31.643 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:31.643 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:31.643 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:31.643 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:48:31.644 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:31.644 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:48:31.644 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:31.644 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:31.644 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:31.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:31.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:31.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:31.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:31.674 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) 10:48:31.674 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:31.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.696 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:31.696 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:31.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:31.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:31.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:31.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:31.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 10:48:31.697 INFO [WorkbenchTestable][ToggleButton] Checking Toggle Button TOOGLE-BUTTON1 10:48:31.697 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON1 10:48:31.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:31.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:31.697 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:31.697 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:31.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 10:48:31.697 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:31.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.698 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:31.698 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:31.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:31.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:31.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:31.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:31.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:31.698 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:31.699 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 10:48:31.699 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:31.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.699 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:31.699 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:31.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:31.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:31.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:31.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:31.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:31.700 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 10:48:31.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:31.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:31.700 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:31.700 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:31.700 DEBUG [WorkbenchTestable][ToggleButton] Toggle Button TOOGLE-BUTTON1 already checked, no action performed 10:48:31.700 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:31.700 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:31.700 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:31.700 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:31.700 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:31.700 INFO [main][AbstractShell] Close shell Testing shell 10:48:31.700 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:31.706 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:31.706 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:31.707 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:31.707 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:31.707 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:31.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.725 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:31.725 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:31.726 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:31.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:31.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:31.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:31.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:31.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "RADIO-BUTTON1") 10:48:31.743 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:31.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.765 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:31.765 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:31.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:31.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:31.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:31.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:31.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:31.766 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 10:48:31.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:31.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:31.766 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:31.766 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:31.767 TRACE [main][WidgetHandler] Notify Button with event 27 10:48:31.767 TRACE [main][WidgetHandler] Wait for synchronization 10:48:31.767 TRACE [main][WidgetHandler] Notify Button with event 13 10:48:31.767 TRACE [main][WidgetHandler] Wait for synchronization 10:48:31.767 TRACE [main][WidgetHandler] Notify Button with event 26 10:48:31.767 TRACE [main][WidgetHandler] Wait for synchronization 10:48:31.767 TRACE [main][WidgetHandler] Notify Button with event 3 10:48:31.767 TRACE [main][WidgetHandler] Wait for synchronization 10:48:31.767 TRACE [main][WidgetHandler] Notify Button with event 4 10:48:31.767 TRACE [main][WidgetHandler] Wait for synchronization 10:48:31.767 TRACE [main][WidgetHandler] Notify Button with event 13 10:48:31.767 TRACE [main][WidgetHandler] Wait for synchronization 10:48:31.767 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 10:48:31.767 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:31.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.767 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:31.767 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:31.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:31.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:31.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:31.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:31.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:31.767 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:31.768 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:31.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 10:48:31.768 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:31.769 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:31.769 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:31.769 INFO [main][AbstractShell] Close shell Testing shell 10:48:31.769 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:31.774 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:31.775 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:31.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:31.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:31.775 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:31.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.780 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:31.780 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:31.780 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:31.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:31.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:31.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:31.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:31.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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") 10:48:31.810 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:31.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.837 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:31.837 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:31.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:31.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:31.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:31.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:31.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:31.838 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 10:48:31.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:31.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:31.838 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:31.838 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:31.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 10:48:31.838 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:31.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.838 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:31.839 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:31.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:31.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:31.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:31.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:31.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:31.839 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:31.840 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:31.840 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:31.840 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:31.840 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:31.840 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:31.840 INFO [main][AbstractShell] Close shell Testing shell 10:48:31.840 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:31.846 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:31.846 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:31.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:31.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:31.846 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:31.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.867 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:31.867 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:31.867 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:31.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:31.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:31.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:31.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:31.884 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) 10:48:31.884 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:31.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.906 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:31.906 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:31.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:31.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:48:31.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:48:31.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:31.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 10:48:31.906 INFO [WorkbenchTestable][AbstractButton] Click button 10:48:31.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:31.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:31.906 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:31.906 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:31.907 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 10:48:31.907 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:31.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.907 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:31.907 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:31.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:31.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:31.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:31.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:31.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:31.907 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:31.908 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:31.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 10:48:31.908 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:31.924 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:31.924 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:31.924 INFO [main][AbstractShell] Close shell Testing shell 10:48:31.924 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:31.930 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:31.930 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:31.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:31.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:31.930 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:31.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.949 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:31.949 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:31.949 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:31.949 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:31.949 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:31.949 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:31.949 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:31.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:48:31.965 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:31.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.987 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:31.987 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:31.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:31.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:31.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:31.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:31.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:31.988 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 10:48:31.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:31.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:31.988 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:31.988 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:31.988 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 10:48:31.988 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:31.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:31.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:31.988 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:31.989 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:31.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:31.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:31.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:31.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:31.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:31.989 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:31.990 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:31.990 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:31.990 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:31.990 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:31.990 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:31.990 INFO [main][AbstractShell] Close shell Testing shell 10:48:31.990 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:31.996 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:31.996 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:31.996 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:31.996 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:31.996 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:32.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:32.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:32.015 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:32.015 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:32.015 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:32.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:32.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:32.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:32.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:32.031 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) 10:48:32.031 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:32.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:32.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:32.052 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:32.052 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:32.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:32.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:32.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:32.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:32.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 10:48:32.053 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 10:48:32.053 INFO [WorkbenchTestable][CheckBox] Check checkbox CHECK-BOX1 10:48:32.053 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 10:48:32.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:32.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:32.054 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:32.054 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:32.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 10:48:32.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:32.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:32.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:32.054 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:32.054 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:32.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:32.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:32.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:32.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:32.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:32.054 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:32.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 10:48:32.055 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:32.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:32.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:32.055 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:32.055 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:32.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:32.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:32.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:32.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:32.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:32.056 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 10:48:32.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:32.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:32.056 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:32.056 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:32.056 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 10:48:32.056 DEBUG [WorkbenchTestable][CheckBox] Checkbox CHECK-BOX1 already selected, no action performed 10:48:32.056 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:32.056 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:32.056 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:32.057 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:32.057 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:32.057 INFO [main][AbstractShell] Close shell Testing shell 10:48:32.057 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:32.062 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:32.062 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:32.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:32.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:32.062 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:32.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:32.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:32.081 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:32.081 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:32.081 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:32.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:32.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:32.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:32.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:32.097 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) 10:48:32.097 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:32.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:32.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:32.119 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:32.119 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:32.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:32.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 10:48:32.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 10:48:32.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 10:48:32.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 10:48:33.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 10:48:33.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 10:48:33.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:48:33.122 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 10:48:33.122 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:33.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 10:48:33.122 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:33.122 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:33.122 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:33.122 INFO [main][AbstractShell] Close shell Testing shell 10:48:33.122 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:33.129 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:33.129 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:33.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:33.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:33.129 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:33.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:33.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:33.149 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:33.149 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:33.149 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:33.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:33.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:33.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:33.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:33.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_DASLKJ") 10:48:33.166 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:33.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:33.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:33.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:33.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:33.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:33.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:33.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:48:33.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:33.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:48:34.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:34.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:48:34.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:48:34.193 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 10:48:34.194 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:34.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 10:48:34.194 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:34.194 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:34.194 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:34.194 INFO [main][AbstractShell] Close shell Testing shell 10:48:34.194 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:34.200 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:34.201 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:34.201 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:34.201 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:34.201 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:34.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:34.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:34.207 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:34.207 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:34.207 INFO [WorkbenchTestable][RequirementsRunner] Started test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:34.207 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:34.207 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:34.207 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:34.207 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:34.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:48:34.225 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:34.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:34.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:34.250 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:34.250 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:34.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:34.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:34.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:34.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:34.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:34.251 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 10:48:34.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:34.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:34.251 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:34.251 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:34.251 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 10:48:34.251 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:34.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:34.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:34.251 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:34.251 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:34.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:34.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:34.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:34.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:34.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:34.252 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:34.253 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:34.253 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:34.253 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:34.253 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:34.253 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:34.253 INFO [main][AbstractShell] Close shell Testing shell 10:48:34.253 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:34.259 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:34.259 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:34.259 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:34.259 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:34.259 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:34.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:34.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:34.279 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:34.279 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:34.279 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:34.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:34.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:34.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:34.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:34.295 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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') 10:48:34.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:34.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:34.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:34.318 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:34.318 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:34.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:34.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:34.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 10:48:34.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 10:48:34.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 10:48:34.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:34.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:34.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:34.318 INFO [WorkbenchTestable][AbstractButton] Click button 10:48:34.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:34.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:34.318 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:34.318 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:34.319 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 10:48:34.319 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:34.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:34.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:34.319 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:34.319 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:34.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:34.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:34.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:34.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:34.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:34.319 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:34.320 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:34.320 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:34.320 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:34.321 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:34.321 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:34.321 INFO [main][AbstractShell] Close shell Testing shell 10:48:34.321 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:34.327 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:34.327 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:34.327 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:34.327 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:34.327 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:34.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:34.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:34.347 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:34.347 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:34.347 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:34.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:34.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:34.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:34.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:34.364 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) 10:48:34.364 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:34.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:34.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:34.387 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:34.387 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:34.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:34.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:34.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:34.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:34.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 10:48:34.388 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 10:48:34.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:34.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:34.388 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:34.388 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:34.389 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 10:48:34.389 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:34.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:34.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:34.389 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:34.389 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:34.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:34.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:34.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:34.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:34.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:34.389 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:34.390 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:34.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 10:48:34.390 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:34.391 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:34.391 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:34.391 INFO [main][AbstractShell] Close shell Testing shell 10:48:34.391 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:34.397 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:34.397 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:34.397 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:34.397 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:34.397 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:34.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:34.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:34.404 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:34.404 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:34.404 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:34.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:34.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:34.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:34.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:34.434 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) 10:48:34.434 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:34.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:34.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:34.461 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:34.461 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:34.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:34.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 10:48:34.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 10:48:34.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 10:48:34.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 10:48:35.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 10:48:35.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 10:48:35.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:48:35.464 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 10:48:35.464 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:35.464 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:35.464 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:35.464 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:35.464 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:35.464 INFO [main][AbstractShell] Close shell Testing shell 10:48:35.464 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:35.471 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:35.471 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:35.471 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:35.471 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:35.471 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:35.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:35.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:35.478 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:35.478 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:35.478 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:35.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:35.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:35.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:35.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:35.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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") 10:48:35.494 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:35.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:35.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:35.521 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:35.521 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:35.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:35.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:35.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:48:36.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:36.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:48:36.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:36.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:48:36.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:48:36.525 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 10:48:36.525 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:36.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 10:48:36.525 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:36.525 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:36.525 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:36.525 INFO [main][AbstractShell] Close shell Testing shell 10:48:36.525 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:36.532 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:36.532 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:36.532 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:36.532 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:36.532 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:36.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:36.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:36.552 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:36.552 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:36.552 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:36.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:36.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:36.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:36.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:36.569 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) 10:48:36.569 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:36.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:36.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:36.590 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:36.590 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:36.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:36.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 10:48:36.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 10:48:37.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 10:48:37.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 10:48:37.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 10:48:37.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 10:48:37.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:48:37.594 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 10:48:37.594 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:37.594 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:37.594 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:37.594 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:37.594 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:37.594 INFO [main][AbstractShell] Close shell Testing shell 10:48:37.594 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:37.601 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:37.601 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:37.601 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:37.601 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:37.601 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:37.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:37.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:37.621 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:37.621 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:37.621 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:37.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:37.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:37.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:37.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:37.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:48:37.637 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:37.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:37.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:37.660 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:37.660 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:37.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:37.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:37.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:48:38.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:38.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:48:38.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:38.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:48:38.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:48:38.663 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 10:48:38.664 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:38.664 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:38.664 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:38.664 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:38.664 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:38.664 INFO [main][AbstractShell] Close shell Testing shell 10:48:38.664 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:38.670 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:38.671 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:38.671 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:38.671 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:38.671 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:38.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:38.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:38.678 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:38.678 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:38.678 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:38.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:38.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:38.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:38.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:38.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "CHECK-BOX1") 10:48:38.696 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:38.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:38.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:38.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:38.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:38.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:38.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:38.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:38.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:38.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:38.722 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 10:48:38.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:38.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:38.722 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:38.722 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:38.723 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 10:48:38.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:38.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:38.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:38.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:38.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:38.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:38.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:38.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:38.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:38.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:38.723 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:38.724 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:38.724 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:38.724 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:38.724 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:38.724 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:38.724 INFO [main][AbstractShell] Close shell Testing shell 10:48:38.724 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:38.730 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:38.730 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:38.730 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:38.730 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:38.730 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:38.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:38.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:38.750 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:38.750 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:38.750 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:38.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:38.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:38.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:38.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:38.768 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) 10:48:38.768 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:38.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:38.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:38.790 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:38.790 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:38.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:38.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 10:48:38.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 10:48:39.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 10:48:39.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 10:48:39.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 10:48:39.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 10:48:39.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:48:39.793 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 6 was not found 10:48:39.794 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:39.794 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:39.794 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:39.794 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:39.794 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:39.794 INFO [main][AbstractShell] Close shell Testing shell 10:48:39.794 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:39.800 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:39.800 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:39.801 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:39.801 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:39.801 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:39.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:39.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:39.807 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:39.807 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:39.807 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:39.807 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:39.807 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:39.807 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:39.807 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:39.823 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) 10:48:39.823 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:39.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:39.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:39.847 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:39.847 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:39.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:39.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:39.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:39.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:39.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 10:48:39.848 INFO [WorkbenchTestable][RadioButton] Select radio button RADIO-BUTTON1 10:48:39.848 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 10:48:39.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:39.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:39.849 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:39.849 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:39.849 TRACE [main][WidgetHandler] Notify Button with event 27 10:48:39.849 TRACE [main][WidgetHandler] Wait for synchronization 10:48:39.849 TRACE [main][WidgetHandler] Notify Button with event 13 10:48:39.849 TRACE [main][WidgetHandler] Wait for synchronization 10:48:39.849 TRACE [main][WidgetHandler] Notify Button with event 26 10:48:39.849 TRACE [main][WidgetHandler] Wait for synchronization 10:48:39.849 TRACE [main][WidgetHandler] Notify Button with event 3 10:48:39.849 TRACE [main][WidgetHandler] Wait for synchronization 10:48:39.849 TRACE [main][WidgetHandler] Notify Button with event 4 10:48:39.849 TRACE [main][WidgetHandler] Wait for synchronization 10:48:39.849 TRACE [main][WidgetHandler] Notify Button with event 13 10:48:39.849 TRACE [main][WidgetHandler] Wait for synchronization 10:48:39.849 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 10:48:39.849 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:39.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:39.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:39.849 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:39.849 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:39.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:39.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:39.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:39.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:39.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:39.850 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:39.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 10:48:39.850 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:39.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:39.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:39.851 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:39.851 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:39.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:39.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:39.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:39.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:39.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:39.851 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 10:48:39.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:39.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:39.851 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:39.851 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:39.852 DEBUG [WorkbenchTestable][RadioButton] Radio Button RADIO-BUTTON1 already checked, no action performed 10:48:39.852 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:39.852 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:39.852 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:39.852 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:39.852 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:39.852 INFO [main][AbstractShell] Close shell Testing shell 10:48:39.852 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:39.858 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:39.858 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:39.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:39.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:39.858 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:39.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:39.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:39.864 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:39.864 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:39.864 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:39.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:39.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:39.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:39.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:39.892 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class 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') 10:48:39.892 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:39.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:39.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:39.920 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:39.920 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:39.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:39.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:39.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 10:48:39.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 10:48:39.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 10:48:39.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:39.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:39.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:39.921 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 10:48:39.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:39.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:39.921 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:39.921 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:39.921 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 10:48:39.921 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:39.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:39.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:39.923 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:39.923 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:39.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:39.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:39.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:39.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:39.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:39.924 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:39.925 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:39.925 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:39.925 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:39.926 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:39.926 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:39.926 INFO [main][AbstractShell] Close shell Testing shell 10:48:39.926 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:39.932 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:39.932 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:39.932 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:39.933 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:39.933 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:39.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:39.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:39.952 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:39.952 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:39.952 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:39.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:39.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:39.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:39.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:39.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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') 10:48:39.968 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:39.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:39.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:39.992 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:39.992 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:39.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:39.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:39.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 10:48:39.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 10:48:39.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:39.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:39.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:39.993 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 10:48:39.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:39.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:39.993 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:39.993 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:39.994 TRACE [main][WidgetHandler] Notify Button with event 27 10:48:39.994 TRACE [main][WidgetHandler] Wait for synchronization 10:48:39.994 TRACE [main][WidgetHandler] Notify Button with event 13 10:48:39.994 TRACE [main][WidgetHandler] Wait for synchronization 10:48:39.994 TRACE [main][WidgetHandler] Notify Button with event 26 10:48:39.994 TRACE [main][WidgetHandler] Wait for synchronization 10:48:39.994 TRACE [main][WidgetHandler] Notify Button with event 3 10:48:39.994 TRACE [main][WidgetHandler] Wait for synchronization 10:48:39.994 TRACE [main][WidgetHandler] Notify Button with event 4 10:48:39.994 TRACE [main][WidgetHandler] Wait for synchronization 10:48:39.994 TRACE [main][WidgetHandler] Notify Button with event 13 10:48:39.994 TRACE [main][WidgetHandler] Wait for synchronization 10:48:39.994 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 10:48:39.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:39.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:39.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:39.995 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:39.995 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:39.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:39.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:39.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:39.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:39.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:39.995 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:39.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 10:48:39.996 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:39.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:39.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:39.996 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:39.996 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:39.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:39.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:39.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:39.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:39.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:39.998 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) 10:48:39.998 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:39.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:39.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:39.998 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:39.998 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:39.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:39.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:48:39.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:48:39.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:39.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 10:48:39.999 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:39.999 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:39.999 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:39.999 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:39.999 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:39.999 INFO [main][AbstractShell] Close shell Testing shell 10:48:39.999 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:40.006 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:40.006 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:40.006 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:40.006 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:40.006 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:40.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:40.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:40.012 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:40.012 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:40.012 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:40.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:40.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:40.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:40.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:40.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 16) 10:48:40.051 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:40.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:40.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:40.075 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:40.075 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:40.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:40.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:40.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:40.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:40.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 10:48:40.076 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 10:48:40.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:40.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:40.076 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:40.076 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:40.077 TRACE [main][WidgetHandler] Notify Button with event 27 10:48:40.077 TRACE [main][WidgetHandler] Wait for synchronization 10:48:40.077 TRACE [main][WidgetHandler] Notify Button with event 13 10:48:40.077 TRACE [main][WidgetHandler] Wait for synchronization 10:48:40.077 TRACE [main][WidgetHandler] Notify Button with event 26 10:48:40.077 TRACE [main][WidgetHandler] Wait for synchronization 10:48:40.077 TRACE [main][WidgetHandler] Notify Button with event 3 10:48:40.077 TRACE [main][WidgetHandler] Wait for synchronization 10:48:40.077 TRACE [main][WidgetHandler] Notify Button with event 4 10:48:40.077 TRACE [main][WidgetHandler] Wait for synchronization 10:48:40.077 TRACE [main][WidgetHandler] Notify Button with event 13 10:48:40.077 TRACE [main][WidgetHandler] Wait for synchronization 10:48:40.077 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 10:48:40.077 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:40.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:40.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:40.077 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:40.077 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:40.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:40.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:40.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:40.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:40.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:40.078 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:40.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 10:48:40.078 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:40.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:40.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:40.078 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:40.078 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:40.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:40.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:40.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:40.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:40.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:40.079 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) 10:48:40.079 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:40.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:40.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:40.079 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:40.079 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:40.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:40.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:48:40.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:48:40.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:40.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 10:48:40.080 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:40.080 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:40.080 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:40.080 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:40.080 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:40.080 INFO [main][AbstractShell] Close shell Testing shell 10:48:40.080 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:40.087 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:40.087 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:40.087 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:40.087 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:40.087 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:40.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:40.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:40.107 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:40.107 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:40.107 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:40.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:40.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:40.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:40.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:40.135 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) 10:48:40.135 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:40.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:40.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:40.157 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:40.157 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:40.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:40.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:48:40.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:48:40.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:40.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 10:48:40.157 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 10:48:40.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:40.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:40.157 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:40.157 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:40.158 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 10:48:40.158 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:40.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:40.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:40.158 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:40.158 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:40.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:40.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:40.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:40.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:40.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:40.162 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:40.163 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:40.163 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:40.163 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:40.163 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:40.164 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:40.164 INFO [main][AbstractShell] Close shell Testing shell 10:48:40.164 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:40.170 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:40.170 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:40.170 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:40.170 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:40.170 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:40.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:40.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:40.190 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:40.190 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:40.190 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:40.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:40.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:40.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:40.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:40.206 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) 10:48:40.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:40.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:40.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:40.241 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:40.241 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:40.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:40.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:48:40.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:48:40.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:40.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 10:48:40.241 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 10:48:40.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:40.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:40.242 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:40.242 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:40.242 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 10:48:40.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:40.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:40.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:40.242 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:40.242 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:40.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:40.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:40.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:40.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:40.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:40.243 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:40.244 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:40.244 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:40.244 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:40.244 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:40.244 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:40.244 INFO [main][AbstractShell] Close shell Testing shell 10:48:40.244 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:40.250 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:40.250 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:40.250 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:40.250 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:40.250 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:40.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:40.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:40.256 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:40.257 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:40.257 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:40.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:40.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:40.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:40.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:40.285 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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') 10:48:40.285 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:40.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:40.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:40.330 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:40.330 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:40.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:40.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:40.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 10:48:40.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 10:48:40.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:40.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:40.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:40.331 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 10:48:40.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:40.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:40.331 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:40.331 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:40.331 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 10:48:40.331 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:40.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:40.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:40.331 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:40.331 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:40.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:40.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:40.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:40.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:40.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:40.332 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:40.333 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:40.333 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:40.333 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:40.333 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:40.333 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:40.333 INFO [main][AbstractShell] Close shell Testing shell 10:48:40.333 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:40.339 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:40.339 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:40.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:40.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:40.340 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:40.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:40.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:40.361 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:40.361 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:40.361 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:40.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:40.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:40.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:40.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:40.378 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) 10:48:40.378 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:40.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:40.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:40.401 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:40.401 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:40.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:40.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 10:48:40.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 10:48:40.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 10:48:40.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 10:48:41.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 10:48:41.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 10:48:41.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:48:41.405 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 10:48:41.405 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:41.405 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:41.405 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:41.405 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:41.405 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:41.405 INFO [main][AbstractShell] Close shell Testing shell 10:48:41.405 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:41.413 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:41.413 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:41.413 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:41.413 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:41.413 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:41.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:41.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:41.419 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:41.419 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:41.419 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:41.419 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:41.419 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:41.419 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:41.419 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:41.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_@QWEDSA@") 10:48:41.436 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:41.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:41.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:41.461 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:41.461 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:41.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:41.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:41.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:48:41.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:41.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:48:42.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:42.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:48:42.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:48:42.465 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 10:48:42.465 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:42.465 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:42.465 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:42.465 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:42.465 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:42.465 INFO [main][AbstractShell] Close shell Testing shell 10:48:42.465 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:42.472 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:42.472 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:42.472 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:42.472 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:42.472 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:42.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:42.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:42.491 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:42.491 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:42.492 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:42.492 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:42.492 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:42.492 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:42.492 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:42.509 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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') 10:48:42.509 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:42.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:42.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:42.531 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:42.531 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:42.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:42.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:42.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 10:48:42.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 10:48:42.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 10:48:42.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:42.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:42.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:42.532 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 10:48:42.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:42.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:42.532 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:42.532 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:42.532 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 10:48:42.532 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:42.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:42.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:42.532 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:42.532 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:42.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:42.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:42.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:42.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:42.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:42.533 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:42.534 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:42.534 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:42.534 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:42.534 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:42.534 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:42.534 INFO [main][AbstractShell] Close shell Testing shell 10:48:42.534 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:42.540 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:42.540 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:42.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:42.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:42.540 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:42.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:42.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:42.559 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 10:48:42.559 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 10:48:42.559 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:42.559 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:42.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:42.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.918 s - in org.eclipse.reddeer.swt.test.impl.button.ButtonTest toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.081 s findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.054 s findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.086 s findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.082 s findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.066 s toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.066 s findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.068 s findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.058 s findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.072 s findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.068 s findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.057 s findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.074 s findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.074 s findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.069 s findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.057 s findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.072 s findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.056 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.088 s findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.06 s findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.095 s findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.083 s findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.066 s findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.104 s findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.058 s findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.072 s findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.067 s Running org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 10:48:42.576 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 10:48:42.577 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:48:42.577 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:42.577 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 10:48:42.577 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:42.577 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:48:42.578 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:42.578 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:48:42.578 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:42.578 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:42.578 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 10:48:42.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 10:48:42.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:42.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:42.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:42.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 10:48:42.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:42.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:42.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:42.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:42.636 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:42.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:42.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:42.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:48:43.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:43.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:48:43.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:43.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:48:43.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:48:43.639 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 10:48:43.639 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:43.639 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:43.639 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:43.640 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:43.640 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:43.640 INFO [main][AbstractShell] Close shell Testing shell 10:48:43.640 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:43.648 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:43.648 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:43.648 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 10:48:43.648 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:43.648 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:43.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.654 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 10:48:43.654 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:43.654 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 10:48:43.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 10:48:43.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:43.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:43.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:43.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 10:48:43.695 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:43.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.696 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:43.696 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:43.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:43.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:43.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:43.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:43.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:43.696 INFO [WorkbenchTestable][AbstractButton] Click button &OK 10:48:43.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:43.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:43.696 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:43.697 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:43.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 10:48:43.697 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:43.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.697 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:43.697 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:43.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:43.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:43.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:43.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:43.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:43.698 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:43.699 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 10:48:43.699 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:43.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.699 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:43.699 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:43.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:43.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:43.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:43.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:43.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:43.700 INFO [WorkbenchTestable][AbstractButton] Click button &Cancel 10:48:43.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:43.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:43.701 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:43.701 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:43.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 10:48:43.701 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:43.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.701 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:43.701 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:43.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:43.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:43.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:43.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:43.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:43.703 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 10:48:43.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:43.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:43.703 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:43.703 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:43.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 10:48:43.704 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:43.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.704 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:43.704 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:43.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:43.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:43.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:43.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:43.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:43.705 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 10:48:43.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:43.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:43.705 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:43.705 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:43.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 10:48:43.706 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:43.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.710 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:43.710 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:43.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:43.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:43.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:43.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:43.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:43.711 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 10:48:43.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:43.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:43.711 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:43.711 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:43.712 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 10:48:43.712 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:43.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.712 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:43.712 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:43.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:43.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:43.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:43.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:43.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:43.713 INFO [WorkbenchTestable][AbstractButton] Click button &No 10:48:43.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:43.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:43.713 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:43.713 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:43.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 10:48:43.714 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:43.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:43.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:43.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:43.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:43.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:43.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:43.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:48:43.716 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 10:48:43.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:48:43.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:48:43.716 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:48:43.716 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:48:43.716 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:43.716 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:43.716 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:43.716 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:43.716 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:43.716 INFO [main][AbstractShell] Close shell Testing shell 10:48:43.716 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:43.725 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:43.725 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:43.725 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 10:48:43.725 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:43.725 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:43.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.744 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 10:48:43.744 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 10:48:43.744 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:43.744 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:43.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.168 s - in org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 1.076 s testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 0.09 s Running org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 10:48:43.750 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 10:48:43.751 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:48:43.751 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:43.751 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 10:48:43.751 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:43.751 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:48:43.752 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:43.752 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:48:43.752 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:43.752 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:43.752 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 10:48:43.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 10:48:43.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:43.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:43.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:43.762 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 10:48:43.762 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:43.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.777 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:43.777 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:43.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:43.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:43.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:43.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:43.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:43.778 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:43.780 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") 10:48:43.780 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:43.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.781 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:43.781 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:43.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:43.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:43.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:43.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:43.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 10:48:43.784 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 10:48:43.784 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 10:48:43.785 TRACE [main][WidgetHandler] Notify Link with event 3 10:48:43.785 TRACE [main][WidgetHandler] Wait for synchronization 10:48:43.785 TRACE [main][WidgetHandler] Notify Link with event 4 10:48:43.785 TRACE [main][WidgetHandler] Wait for synchronization 10:48:43.785 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") 10:48:43.785 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:43.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.785 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:43.785 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:43.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:43.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:43.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:43.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:43.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 10:48:43.786 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 10:48:43.786 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 10:48:43.786 TRACE [main][WidgetHandler] Notify Link with event 3 10:48:43.786 TRACE [main][WidgetHandler] Wait for synchronization 10:48:43.786 TRACE [main][WidgetHandler] Notify Link with event 4 10:48:43.786 TRACE [main][WidgetHandler] Wait for synchronization 10:48:43.788 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") 10:48:43.788 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:43.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.788 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:43.788 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:43.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:43.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:43.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:43.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:43.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 10:48:43.789 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 10:48:43.789 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 10:48:43.789 TRACE [main][WidgetHandler] Notify Link with event 3 10:48:43.789 TRACE [main][WidgetHandler] Wait for synchronization 10:48:43.789 TRACE [main][WidgetHandler] Notify Link with event 4 10:48:43.789 TRACE [main][WidgetHandler] Wait for synchronization 10:48:43.789 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") 10:48:43.789 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:43.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.789 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:43.789 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:43.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:43.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:43.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:43.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:43.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 10:48:43.790 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 10:48:43.790 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 10:48:43.790 TRACE [main][WidgetHandler] Notify Link with event 3 10:48:43.790 TRACE [main][WidgetHandler] Wait for synchronization 10:48:43.790 TRACE [main][WidgetHandler] Notify Link with event 4 10:48:43.790 TRACE [main][WidgetHandler] Wait for synchronization 10:48:43.790 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") 10:48:43.790 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:43.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.790 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:43.790 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:43.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:43.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:43.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:43.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:43.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 10:48:43.791 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 10:48:43.791 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 10:48:43.791 TRACE [main][WidgetHandler] Notify Link with event 3 10:48:43.791 TRACE [main][WidgetHandler] Wait for synchronization 10:48:43.791 TRACE [main][WidgetHandler] Notify Link with event 4 10:48:43.791 TRACE [main][WidgetHandler] Wait for synchronization 10:48:43.791 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") 10:48:43.791 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:43.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.791 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:43.791 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:43.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:43.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:43.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:43.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:43.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 10:48:43.791 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 10:48:43.792 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 10:48:43.792 TRACE [main][WidgetHandler] Notify Link with event 3 10:48:43.792 TRACE [main][WidgetHandler] Wait for synchronization 10:48:43.792 TRACE [main][WidgetHandler] Notify Link with event 4 10:48:43.792 TRACE [main][WidgetHandler] Wait for synchronization 10:48:43.792 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:43.792 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:43.792 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:43.792 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:43.792 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:43.792 INFO [main][AbstractShell] Close shell Testing shell 10:48:43.792 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:43.796 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:43.796 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:43.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 10:48:43.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:43.796 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:43.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.803 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 10:48:43.803 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:43.803 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 10:48:43.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 10:48:43.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:43.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:43.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:43.810 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") 10:48:43.810 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:43.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.832 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:43.832 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:43.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:43.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:43.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:43.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:43.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 10:48:43.833 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") 10:48:43.833 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:43.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.833 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:43.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:43.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:43.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:43.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:43.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:43.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 10:48:43.833 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:43.833 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:43.833 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:43.834 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:43.834 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:43.834 INFO [main][AbstractShell] Close shell Testing shell 10:48:43.834 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:43.837 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:43.837 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:43.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 10:48:43.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:43.838 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:43.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.843 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 10:48:43.843 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:43.843 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 10:48:43.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 10:48:43.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:43.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:43.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:43.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 10:48:43.862 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:43.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.877 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:43.877 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:43.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:43.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:43.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:43.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:43.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 10:48:43.878 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 10:48:43.878 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:43.878 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:43.878 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:43.878 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:43.878 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:43.878 INFO [main][AbstractShell] Close shell Testing shell 10:48:43.878 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:43.882 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:43.882 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:43.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 10:48:43.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:43.882 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:43.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.888 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 10:48:43.888 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:43.888 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 10:48:43.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 10:48:43.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:43.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:43.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:43.895 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 10:48:43.895 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:43.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.934 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:43.934 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:43.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:43.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:43.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:43.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:43.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 10:48:43.934 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 10:48:43.935 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:43.935 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:43.935 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:43.935 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:43.935 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:43.935 INFO [main][AbstractShell] Close shell Testing shell 10:48:43.935 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:43.939 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:43.939 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:43.939 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 10:48:43.939 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:43.939 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:43.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.945 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 10:48:43.945 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:43.945 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 10:48:43.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 10:48:43.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:43.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:43.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:43.952 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") 10:48:43.952 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:43.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.971 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:43.971 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:43.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:43.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:43.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:43.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:43.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 10:48:43.972 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") 10:48:43.972 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:43.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:43.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:43.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:43.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:43.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:43.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:43.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 10:48:43.972 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:43.972 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:43.972 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:43.973 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:43.973 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:43.973 INFO [main][AbstractShell] Close shell Testing shell 10:48:43.973 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:43.976 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:43.976 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:43.976 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 10:48:43.976 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:43.976 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:43.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:43.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:43.982 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 10:48:43.982 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:43.982 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 10:48:43.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 10:48:43.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:43.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:43.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:44.028 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") 10:48:44.028 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:44.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.044 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:44.044 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:44.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:44.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:44.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:44.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:44.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 10:48:44.045 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") 10:48:44.045 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:44.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.045 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:44.045 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:44.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:44.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:44.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:44.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:44.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 10:48:44.045 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:44.046 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:44.046 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:44.046 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:44.046 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:44.046 INFO [main][AbstractShell] Close shell Testing shell 10:48:44.046 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:44.050 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:44.050 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:44.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 10:48:44.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:44.051 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:44.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.057 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 10:48:44.057 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:44.057 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 10:48:44.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 10:48:44.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:44.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:44.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:44.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 10:48:44.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:44.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.082 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:44.082 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:44.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:44.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:44.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:44.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:44.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:44.082 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:44.083 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") 10:48:44.083 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:44.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.083 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:44.083 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:44.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:44.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:44.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:44.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:44.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 10:48:44.084 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 10:48:44.084 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 10:48:44.084 TRACE [main][WidgetHandler] Notify Link with event 3 10:48:44.084 TRACE [main][WidgetHandler] Wait for synchronization 10:48:44.084 TRACE [main][WidgetHandler] Notify Link with event 4 10:48:44.084 TRACE [main][WidgetHandler] Wait for synchronization 10:48:44.084 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 10:48:44.085 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 10:48:44.085 TRACE [main][WidgetHandler] Notify Link with event 3 10:48:44.085 TRACE [main][WidgetHandler] Wait for synchronization 10:48:44.085 TRACE [main][WidgetHandler] Notify Link with event 4 10:48:44.085 TRACE [main][WidgetHandler] Wait for synchronization 10:48:44.085 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:44.085 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:44.085 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:44.085 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:44.085 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:44.085 INFO [main][AbstractShell] Close shell Testing shell 10:48:44.085 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:44.090 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:44.090 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:44.090 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 10:48:44.090 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:44.090 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:44.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.095 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 10:48:44.095 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 10:48:44.095 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:44.095 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:44.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.345 s - in org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.051 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.04 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.045 s clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.057 s getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.037 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.075 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.038 s Running org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 10:48:44.100 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 10:48:44.101 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:48:44.101 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:44.101 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 10:48:44.101 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:44.101 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:48:44.112 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:44.112 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:48:44.113 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:44.113 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:44.113 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 10:48:44.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 10:48:44.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:44.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:44.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:44.125 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 10:48:44.125 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:44.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.142 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:44.142 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:44.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:44.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:44.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:44.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:44.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:44.142 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:44.143 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 10:48:44.143 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:44.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.143 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:44.143 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:44.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:44.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:44.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:44.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:44.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 10:48:44.144 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 10:48:44.144 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 10:48:44.144 TRACE [main][WidgetHandler] Notify Link with event 3 10:48:44.144 TRACE [main][WidgetHandler] Wait for synchronization 10:48:44.144 TRACE [main][WidgetHandler] Notify Link with event 4 10:48:44.144 TRACE [main][WidgetHandler] Wait for synchronization 10:48:44.145 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 10:48:44.145 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:44.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.145 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:44.145 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:44.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:44.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:44.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:44.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:44.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 10:48:44.145 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 10:48:44.145 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 10:48:44.145 TRACE [main][WidgetHandler] Notify Link with event 3 10:48:44.145 TRACE [main][WidgetHandler] Wait for synchronization 10:48:44.145 TRACE [main][WidgetHandler] Notify Link with event 4 10:48:44.145 TRACE [main][WidgetHandler] Wait for synchronization 10:48:44.145 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 10:48:44.145 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:44.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.145 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:44.145 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:44.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:44.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:44.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:44.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:44.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 10:48:44.146 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 10:48:44.146 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 10:48:44.146 TRACE [main][WidgetHandler] Notify Link with event 3 10:48:44.146 TRACE [main][WidgetHandler] Wait for synchronization 10:48:44.146 TRACE [main][WidgetHandler] Notify Link with event 4 10:48:44.146 TRACE [main][WidgetHandler] Wait for synchronization 10:48:44.146 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 10:48:44.146 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:44.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.146 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:44.146 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:44.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:44.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:44.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:44.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:44.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 10:48:44.146 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 10:48:44.146 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 10:48:44.146 TRACE [main][WidgetHandler] Notify Link with event 3 10:48:44.146 TRACE [main][WidgetHandler] Wait for synchronization 10:48:44.146 TRACE [main][WidgetHandler] Notify Link with event 4 10:48:44.146 TRACE [main][WidgetHandler] Wait for synchronization 10:48:44.147 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 10:48:44.147 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:44.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.147 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:44.147 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:44.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:44.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:44.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:44.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:44.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 10:48:44.147 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 10:48:44.147 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 10:48:44.147 TRACE [main][WidgetHandler] Notify Link with event 3 10:48:44.147 TRACE [main][WidgetHandler] Wait for synchronization 10:48:44.147 TRACE [main][WidgetHandler] Notify Link with event 4 10:48:44.147 TRACE [main][WidgetHandler] Wait for synchronization 10:48:44.147 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 10:48:44.147 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:44.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.147 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:44.147 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:44.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:44.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:44.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:44.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:44.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 10:48:44.148 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 10:48:44.148 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 10:48:44.148 TRACE [main][WidgetHandler] Notify Link with event 3 10:48:44.148 TRACE [main][WidgetHandler] Wait for synchronization 10:48:44.149 TRACE [main][WidgetHandler] Notify Link with event 4 10:48:44.149 TRACE [main][WidgetHandler] Wait for synchronization 10:48:44.149 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:44.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 10:48:44.149 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:44.149 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:44.149 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:44.149 INFO [main][AbstractShell] Close shell Testing shell 10:48:44.149 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:44.153 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:44.153 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:44.153 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 10:48:44.153 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:44.153 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:44.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.158 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 10:48:44.158 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:44.158 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 10:48:44.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 10:48:44.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:44.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:44.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:44.165 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") 10:48:44.165 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:44.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.182 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:44.182 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:44.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:44.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:44.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:44.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:44.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 10:48:44.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "This is another link2 with two links") 10:48:44.183 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:44.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.183 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:44.183 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:44.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:44.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:44.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:44.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:44.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 10:48:44.183 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:44.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 10:48:44.184 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:44.184 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:44.184 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:44.184 INFO [main][AbstractShell] Close shell Testing shell 10:48:44.184 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:44.187 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:44.187 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:44.188 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 10:48:44.188 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:44.188 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:44.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.193 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 10:48:44.193 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:44.194 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 10:48:44.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 10:48:44.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:44.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:44.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:44.200 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 10:48:44.200 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:44.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.230 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:44.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:44.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:44.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:44.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:44.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:44.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 10:48:44.230 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 10:48:44.230 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:44.231 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:44.231 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:44.231 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:44.231 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:44.231 INFO [main][AbstractShell] Close shell Testing shell 10:48:44.231 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:44.235 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:44.235 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:44.235 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 10:48:44.235 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:44.235 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:44.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.241 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 10:48:44.241 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:44.241 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 10:48:44.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 10:48:44.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:44.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:44.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:44.248 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 10:48:44.248 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:44.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.267 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:44.267 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:44.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:44.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:44.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:44.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:44.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 10:48:44.268 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 10:48:44.268 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:44.268 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:44.268 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:44.269 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:44.269 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:44.269 INFO [main][AbstractShell] Close shell Testing shell 10:48:44.269 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:44.273 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:44.273 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:44.273 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 10:48:44.273 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:44.273 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:44.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.279 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 10:48:44.279 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:44.279 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 10:48:44.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 10:48:44.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:44.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:44.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:44.286 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 10:48:44.286 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:44.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.305 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:44.305 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:44.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:44.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:44.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:44.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:44.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 10:48:44.306 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 10:48:44.306 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:44.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.306 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:44.306 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:44.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:44.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:44.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:44.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:44.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 10:48:44.307 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:44.307 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:44.307 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:44.307 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:44.307 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:44.307 INFO [main][AbstractShell] Close shell Testing shell 10:48:44.307 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:44.311 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:44.311 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:44.311 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 10:48:44.311 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:44.311 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:44.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.330 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 10:48:44.330 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:44.330 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 10:48:44.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 10:48:44.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:44.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:44.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:44.336 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 10:48:44.336 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:44.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.351 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:44.351 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:44.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:44.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:44.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:44.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:44.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 10:48:44.352 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 10:48:44.352 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:44.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.352 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:44.352 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:44.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:44.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:48:44.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:48:44.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:44.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 10:48:44.352 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:44.352 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:44.352 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:44.353 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:44.353 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:44.353 INFO [main][AbstractShell] Close shell Testing shell 10:48:44.353 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:44.356 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:44.356 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:44.356 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 10:48:44.356 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:44.356 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:44.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.361 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 10:48:44.361 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:44.361 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 10:48:44.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 10:48:44.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:44.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:44.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:44.368 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 10:48:44.368 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:44.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.387 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:44.387 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:44.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:44.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:44.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:44.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:44.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:48:44.388 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:48:44.388 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 10:48:44.388 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:44.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.388 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:44.388 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:44.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:44.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:48:44.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:48:44.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:44.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 2 was found 10:48:44.389 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 10:48:44.390 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 10:48:44.390 TRACE [main][WidgetHandler] Notify Link with event 3 10:48:44.390 TRACE [main][WidgetHandler] Wait for synchronization 10:48:44.390 TRACE [main][WidgetHandler] Notify Link with event 4 10:48:44.390 TRACE [main][WidgetHandler] Wait for synchronization 10:48:44.390 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 10:48:44.390 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 10:48:44.390 TRACE [main][WidgetHandler] Notify Link with event 3 10:48:44.390 TRACE [main][WidgetHandler] Wait for synchronization 10:48:44.390 TRACE [main][WidgetHandler] Notify Link with event 4 10:48:44.390 TRACE [main][WidgetHandler] Wait for synchronization 10:48:44.391 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:44.391 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:44.391 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:44.391 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:44.391 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:44.391 INFO [main][AbstractShell] Close shell Testing shell 10:48:44.391 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:44.395 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:44.395 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:44.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 10:48:44.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:44.395 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:44.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.428 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 10:48:44.428 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 10:48:44.429 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:44.429 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:44.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.329 s - in org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.045 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.035 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.047 s clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.038 s getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.051 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.031 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.067 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:44.434 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:44.435 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:48:44.435 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:44.435 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:44.435 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:44.435 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:48:44.435 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:44.435 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:48:44.435 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:44.436 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:44.436 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:44.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:44.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:44.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:44.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:44.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 10:48:44.446 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:44.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.462 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:44.462 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:44.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:44.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:44.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:44.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:44.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:44.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:44.466 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:44.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:44.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:44.466 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:44.466 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:44.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:44.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:44.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:44.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:44.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:44.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:48:44.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:48:44.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 10:48:44.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:44.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:44.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:44.967 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:44.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 10:48:44.969 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:44.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:44.970 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:48:44.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:44.970 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:44.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 10:48:44.970 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:48:44.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:45.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:45.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:48:45.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 10:48:45.473 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:48:45.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:45.473 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 10:48:45.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:45.473 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:48:45.474 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:45.474 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:45.474 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:45.474 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:45.474 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:45.474 INFO [main][AbstractShell] Close shell Testing shell 10:48:45.475 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:45.479 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:45.479 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:45.479 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:45.479 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:45.479 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:45.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:45.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:45.499 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:45.499 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:45.499 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:45.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:45.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:45.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:45.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:45.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:45.508 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:45.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:45.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:45.515 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:45.515 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:45.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:45.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:45.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:45.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:45.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:45.526 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:45.526 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:45.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:45.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:45.526 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:45.526 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:45.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:45.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:45.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:45.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:45.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:45.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:48:45.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:48:45.526 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:45.526 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:45.526 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:45.527 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:45.527 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:45.527 INFO [main][AbstractShell] Close shell Testing shell 10:48:45.527 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:45.531 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:45.531 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:45.531 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:45.531 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:45.531 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:45.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:45.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:45.550 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:45.550 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:45.550 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:45.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:45.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:45.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:45.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:45.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:45.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:45.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:45.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:45.577 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:45.577 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:45.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:45.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:45.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:45.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:45.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:45.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 10:48:45.579 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:45.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:45.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:45.580 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:45.580 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:45.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:45.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:45.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:45.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:45.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:45.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:48:45.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:48:45.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 10:48:45.580 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:45.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:46.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:46.081 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:46.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 10:48:46.083 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:46.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:46.084 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:48:46.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:46.084 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:46.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 10:48:46.084 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:48:46.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:46.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:46.584 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:48:46.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 10:48:46.587 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:48:46.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:46.587 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 10:48:46.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:46.587 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:48:46.588 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:46.588 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:46.588 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:46.588 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:46.588 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:46.588 INFO [main][AbstractShell] Close shell Testing shell 10:48:46.588 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:46.593 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:46.593 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:46.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:46.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:46.593 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:46.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:46.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:46.612 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:46.612 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:46.612 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:46.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:46.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:46.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:46.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:46.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 10:48:46.622 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:46.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:46.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:46.629 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:46.629 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:46.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:46.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:46.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:46.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:46.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:46.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:46.640 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:46.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:46.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:46.640 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:46.640 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:46.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:46.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:46.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:46.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:46.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:46.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:48:46.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:48:46.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 10:48:46.641 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:46.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:47.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:47.141 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:47.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 10:48:47.144 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:47.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:47.144 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:48:47.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:47.144 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:47.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 10:48:47.144 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:48:47.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:47.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:47.645 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:48:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 10:48:47.647 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:48:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:47.647 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 10:48:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:47.647 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:48:47.648 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:47.648 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:47.648 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:47.648 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:47.648 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:47.648 INFO [main][AbstractShell] Close shell Testing shell 10:48:47.648 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:47.652 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:47.652 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:47.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:47.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:47.652 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:47.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:47.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:47.658 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:47.658 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:47.658 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:47.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:47.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:47.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:47.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:47.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:47.667 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:47.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:47.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:47.686 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:47.686 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:47.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:47.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:47.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:47.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:47.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:47.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:47.688 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:47.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:47.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:47.688 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:47.688 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:47.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:47.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:47.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:47.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:47.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:47.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:48:47.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:48:47.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 10:48:47.688 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:47.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:48.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:48.189 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:48.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 10:48:48.192 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:48.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:48.192 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:48:48.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:48.192 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:48.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 10:48:48.192 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:48:48.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:48.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:48.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:48:48.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 10:48:48.696 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:48:48.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:48.696 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 10:48:48.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:48.696 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:48:48.697 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:48.697 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:48.697 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:48.698 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:48.698 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:48.698 INFO [main][AbstractShell] Close shell Testing shell 10:48:48.698 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:48.702 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:48.702 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:48.702 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:48.702 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:48.702 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:48.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:48.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:48.708 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:48.708 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:48.708 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:48.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:48.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:48.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:48.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:48.717 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:48.717 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:48.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:48.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:48.737 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:48.737 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:48.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:48.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:48.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:48.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:48.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:48.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:48.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:48.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:48.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:48.739 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:48.739 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:48.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:48.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:48.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:48.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:48.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:48.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:48:48.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:48:48.739 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AA of tree item A 10:48:48.739 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:48.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:49.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:49.240 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:49.243 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:49.243 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:49.243 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:49.243 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:49.243 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:49.243 INFO [main][AbstractShell] Close shell Testing shell 10:48:49.243 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:49.247 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:49.247 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:49.247 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:49.247 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:49.247 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:49.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:49.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:49.253 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:49.253 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:49.253 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:49.253 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:49.253 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:49.253 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:49.253 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:49.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:49.262 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:49.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:49.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:49.281 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:49.281 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:49.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:49.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:49.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:49.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:49.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:49.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 10:48:49.283 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:49.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:49.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:49.284 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:49.284 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:49.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:49.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:49.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:49.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:49.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:49.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:48:49.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:48:49.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 10:48:49.284 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:49.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:49.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:49.785 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:49.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 10:48:49.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:49.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:49.787 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:48:49.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:49.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:49.790 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 10:48:49.790 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:48:49.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:49.790 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 10:48:50.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:50.291 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 10:48:50.291 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:48:50.293 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item AA 10:48:50.294 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item AA 10:48:50.294 DEBUG [main][TreeItemHandler] Setting tree item AA collapsed 10:48:50.294 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 10:48:50.295 DEBUG [main][TreeEventsListener] Calling method treeCollapsed() 10:48:50.295 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: AA 10:48:50.295 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:50.295 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:50.295 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:50.296 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:50.296 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:50.296 INFO [main][AbstractShell] Close shell Testing shell 10:48:50.296 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:50.300 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:50.300 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:50.300 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:50.300 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:50.300 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:50.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:50.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:50.306 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:50.306 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:50.306 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:50.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:50.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:50.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:50.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:50.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:50.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:50.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:50.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:50.343 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:50.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:50.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:50.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:50.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:50.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:50.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:50.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:50.345 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:50.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:50.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:50.345 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:50.345 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:50.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:50.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:50.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:50.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:50.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:50.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:48:50.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:48:50.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 10:48:50.345 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:50.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:50.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:50.846 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:50.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 10:48:50.848 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:50.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:50.848 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:48:50.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:50.849 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:50.849 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 10:48:50.849 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item AA: 10:48:50.850 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 10:48:50.850 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 10:48:50.850 DEBUG [main][TreeEventsListener] It was check event: true 10:48:50.850 INFO [WorkbenchTestable][TreeItemHandler] Checked: AA 10:48:50.851 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 10:48:50.851 DEBUG [WorkbenchTestable][TreeItemHandler] UncheckTree Item AA: 10:48:50.851 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 10:48:50.851 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 10:48:50.851 DEBUG [main][TreeEventsListener] It was check event: true 10:48:50.851 INFO [WorkbenchTestable][TreeItemHandler] Unchecked: AA 10:48:50.851 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:50.851 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:50.851 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:50.852 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:50.852 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:50.852 INFO [main][AbstractShell] Close shell Testing shell 10:48:50.852 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:50.856 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:50.856 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:50.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:50.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:50.856 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:50.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:50.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:50.876 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:50.876 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:50.876 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:50.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:50.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:50.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:50.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:50.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:50.885 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:50.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:50.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:50.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:50.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:50.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:50.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:50.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:50.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:50.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:50.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:50.903 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:50.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:50.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:50.903 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:50.903 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:50.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:50.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:50.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:50.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:50.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:50.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:48:50.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:48:50.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 10:48:50.904 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 10:48:50.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:51.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:51.404 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 10:48:51.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 10:48:51.407 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 10:48:51.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:51.407 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 10:48:51.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:51.407 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 10:48:51.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 10:48:51.407 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 10:48:51.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:51.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:51.908 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 10:48:51.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 10:48:51.910 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 10:48:51.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:51.911 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 10:48:51.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:51.911 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 10:48:51.911 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:51.911 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:51.911 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:51.911 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:51.911 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:51.911 INFO [main][AbstractShell] Close shell Testing shell 10:48:51.911 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:51.916 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:51.916 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:51.916 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:51.916 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:51.916 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:51.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:51.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:51.921 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:51.921 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:51.921 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:51.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:51.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:51.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:51.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:51.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 10:48:51.942 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:51.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:51.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:51.957 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:51.957 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:51.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:51.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:51.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:51.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:51.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:51.959 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:51.959 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:51.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:51.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:51.959 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:51.959 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:51.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:51.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:51.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:51.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:51.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:51.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:48:51.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:48:51.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 10:48:51.960 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:51.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:52.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:52.460 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:52.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 10:48:52.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:52.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:52.463 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:48:52.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:52.463 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:52.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 10:48:52.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:48:52.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:52.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:52.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:48:52.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 10:48:52.966 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:48:52.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:52.966 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 10:48:52.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:52.966 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:48:52.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 10:48:52.967 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:52.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:52.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:52.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:52.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:52.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:52.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:52.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:52.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:52.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:52.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:48:52.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:48:52.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children... 10:48:52.967 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 10:48:52.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:53.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:53.468 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 10:48:53.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children finished successfully 10:48:53.468 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 10:48:53.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:53.468 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 10:48:53.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:53.468 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 10:48:53.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:53.469 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:53.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:53.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:53.469 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:53.469 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:53.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:53.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:53.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:53.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:53.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:53.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:48:53.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:48:53.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 10:48:53.469 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:53.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:53.469 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:48:53.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:53.469 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:53.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 10:48:53.469 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:53.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:53.469 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:48:53.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:53.469 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 10:48:53.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:48:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:53.470 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 10:48:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:53.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:48:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 10:48:53.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:48:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:53.470 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 10:48:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:53.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:48:53.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:53.470 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:53.470 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:53.470 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:53.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:53.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:53.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:48:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:48:53.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:53.470 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:53.470 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:53.470 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:53.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:53.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:53.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:53.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:53.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:48:53.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:48:53.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 10:48:53.471 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:53.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:53.471 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:48:53.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:53.471 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:53.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 10:48:53.471 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:53.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:53.471 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:48:53.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:53.471 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:53.471 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 10:48:53.472 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 10:48:53.473 DEBUG [main][TreeItemHandler] Set Tree selection 10:48:53.473 DEBUG [main][TreeHandler] Notify Tree about selection event 10:48:53.473 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 10:48:53.473 DEBUG [main][TreeEventsListener] It was check event: false 10:48:53.473 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 10:48:53.473 DEBUG [WorkbenchTestable][TreeItemHandler] AAA 10:48:53.473 DEBUG [WorkbenchTestable][TreeItemHandler] BB 10:48:53.474 DEBUG [WorkbenchTestable][TreeItemHandler] AAB 10:48:53.474 DEBUG [WorkbenchTestable][TreeItemHandler] C 10:48:53.474 INFO [WorkbenchTestable][AbstractTree] Unselect all tree items 10:48:53.475 DEBUG [main][TreeHandler] Unselect all tree items 10:48:53.475 DEBUG [main][TreeHandler] Notify Tree about selection event 10:48:53.475 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 10:48:53.475 DEBUG [main][TreeEventsListener] It was check event: false 10:48:53.475 INFO [WorkbenchTestable][TreeHandler] All tree items unselected 10:48:53.475 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:53.475 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:53.475 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:53.476 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:53.476 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:53.476 INFO [main][AbstractShell] Close shell Testing shell 10:48:53.476 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:53.480 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:53.480 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:53.480 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:53.480 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:53.481 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:53.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:53.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:53.487 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:53.487 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:53.487 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:53.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:53.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:53.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:53.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:53.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:53.508 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:53.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:53.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:53.525 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:53.525 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:53.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:53.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:53.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:53.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:53.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:53.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:53.527 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:53.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:53.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:53.528 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:53.528 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:53.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:53.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:53.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:53.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:53.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:53.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:48:53.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:48:53.528 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:53.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:54.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:54.028 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:54.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 10:48:54.031 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:48:54.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:54.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:54.532 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:48:54.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 10:48:54.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:48:54.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:54.534 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 10:48:54.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:54.534 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:48:54.535 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:54.535 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:54.535 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:54.535 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:54.535 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:54.535 INFO [main][AbstractShell] Close shell Testing shell 10:48:54.535 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:54.539 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:54.540 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:54.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:54.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:54.540 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:54.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:54.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:54.545 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:54.545 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:54.545 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:54.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:54.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:54.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:54.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:54.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:54.554 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:54.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:54.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:54.574 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:54.574 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:54.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:54.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:54.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:54.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:54.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:54.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:54.576 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:54.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:54.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:54.577 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:54.577 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:54.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:54.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:54.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:54.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:54.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:54.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:48:54.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:48:54.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 10:48:54.577 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:54.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:55.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:55.077 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:55.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 10:48:55.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:55.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:55.080 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:48:55.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:55.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:55.081 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:55.081 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:55.081 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:55.081 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:55.081 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:55.081 INFO [main][AbstractShell] Close shell Testing shell 10:48:55.081 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:55.086 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:55.086 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:55.086 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:55.086 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:55.086 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:55.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:55.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:55.105 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:55.105 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:55.105 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:55.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:55.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:55.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:55.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:55.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:55.114 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:55.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:55.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:55.130 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:55.130 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:55.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:55.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:55.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:55.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:55.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:55.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:55.132 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:55.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:55.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:55.132 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:55.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:55.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:55.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:55.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:55.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:55.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:55.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:48:55.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:48:55.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 10:48:55.132 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:55.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:55.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:55.633 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:55.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 10:48:55.635 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:55.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:55.636 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:48:55.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:55.636 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:55.636 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 10:48:55.636 DEBUG [main][TreeItemHandler] Selecting tree item: AA 10:48:55.636 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 10:48:55.636 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 10:48:55.636 DEBUG [main][TreeEventsListener] It was check event: false 10:48:55.636 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 10:48:55.637 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:55.637 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:55.637 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:55.637 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:55.637 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:55.637 INFO [main][AbstractShell] Close shell Testing shell 10:48:55.637 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:55.641 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:55.642 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:55.642 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:55.642 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:55.642 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:55.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:55.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:55.647 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:55.647 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:55.647 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:55.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:55.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:55.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:55.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:55.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:55.658 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:55.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:55.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:55.677 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:55.677 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:55.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:55.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:55.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:55.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:55.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:55.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:55.679 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:55.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:55.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:55.680 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:55.680 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:55.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:55.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:55.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:55.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:55.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:55.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:48:55.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:48:55.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 10:48:55.680 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:55.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:56.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:56.181 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:56.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 10:48:56.183 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:56.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:56.183 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:48:56.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:56.183 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:56.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 10:48:56.184 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:48:56.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:56.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:56.684 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:48:56.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 10:48:56.687 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:48:56.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:56.687 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 10:48:56.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:56.687 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:48:56.688 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:56.688 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:56.688 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:56.688 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:56.688 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:56.688 INFO [main][AbstractShell] Close shell Testing shell 10:48:56.688 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:56.693 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:56.693 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:56.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:56.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:56.693 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:56.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:56.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:56.700 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:56.700 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:56.700 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:56.700 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:56.700 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:56.700 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:56.700 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:56.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:56.728 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:56.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:56.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:56.749 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:56.749 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:56.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:56.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:56.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:56.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:56.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:56.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:56.751 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:56.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:56.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:56.754 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:56.754 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:56.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:56.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:56.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:56.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:56.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:56.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:48:56.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:48:56.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 10:48:56.754 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:56.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:57.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:57.255 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:57.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 10:48:57.258 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:57.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:57.258 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:48:57.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:57.258 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:57.258 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item AA 10:48:57.258 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 10:48:57.258 DEBUG [main][TreeItemHandler] Selecting tree item: AA 10:48:57.258 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 10:48:57.258 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 10:48:57.258 DEBUG [main][TreeEventsListener] It was check event: false 10:48:57.258 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 10:48:57.258 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:48:57.258 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:48:57.259 DEBUG [main][TreeEventsListener] Calling method handleEvent() with event type: 8 10:48:57.259 DEBUG [main][TreeEventsListener] SWT.MouseDoubleClick event was fired 10:48:57.259 DEBUG [main][TreeEventsListener] Calling method widgetDefaultSelected() 10:48:57.259 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:48:57.259 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:48:57.259 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:48:57.259 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:48:57.260 DEBUG [main][AbstractWait] Waiting until shell is active... 10:48:57.260 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:48:57.260 INFO [main][AbstractShell] Close shell Testing shell 10:48:57.260 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:48:57.264 DEBUG [main][AbstractWait] Waiting while shell is available... 10:48:57.264 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:48:57.264 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:57.264 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:48:57.264 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:48:57.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:57.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:57.282 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:57.283 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:48:57.283 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:48:57.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:48:57.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:48:57.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:48:57.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:48:57.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:57.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:57.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:57.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:57.298 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:57.298 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:57.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:57.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:57.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:57.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:57.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:57.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:48:57.300 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:48:57.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:48:57.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:48:57.300 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:48:57.300 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:48:57.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:48:57.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:48:57.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:48:57.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:48:57.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:48:57.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:48:57.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:48:57.309 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 10:48:57.309 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 10:48:57.309 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:57.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:57.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:57.810 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:57.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 10:48:57.811 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 10:48:57.811 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:57.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:58.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:58.311 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:58.312 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:58.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:58.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:58.812 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:59.312 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 10:48:59.312 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:59.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:48:59.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:48:59.813 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:48:59.813 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:48:59.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:00.313 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:49:00.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:00.314 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:49:00.814 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 10:49:00.814 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:49:00.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:00.814 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:49:00.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:00.814 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:49:00.814 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:49:00.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:00.815 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:49:00.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:00.815 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:49:01.315 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 10:49:01.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:49:01.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:01.315 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:49:01.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:01.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:49:01.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:49:01.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:01.315 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:49:01.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:01.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:49:01.816 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 10:49:01.816 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:49:01.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:01.816 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:49:01.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:01.816 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:49:01.816 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:49:01.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:01.816 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:49:01.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:01.816 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:49:02.316 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 10:49:02.317 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:49:02.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:02.317 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:49:02.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:02.317 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:49:02.317 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:49:02.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:02.317 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:49:02.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:02.317 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:49:02.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more finished successfully 10:49:02.317 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 10:49:02.317 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:49:02.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:02.317 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:49:02.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:02.317 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:49:02.317 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:49:02.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:02.317 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:49:02.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:02.317 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:49:02.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:49:02.318 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:02.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:02.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:02.318 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:02.318 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:02.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:02.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:02.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:02.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:02.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:49:02.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:49:02.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:49:02.319 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 10:49:02.319 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 10:49:02.319 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:49:02.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:02.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:02.819 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:49:02.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 10:49:02.819 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 10:49:02.819 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:49:02.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:03.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:03.320 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:49:03.320 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:49:03.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:03.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:03.821 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:49:04.321 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 10:49:04.321 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:49:04.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:04.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:04.822 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:49:04.822 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:49:04.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:05.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:05.322 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:49:05.823 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 10:49:05.823 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:49:05.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:06.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:06.323 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:49:06.323 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:49:06.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:06.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:06.824 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:49:06.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more failed, an exception will be thrown 10:49:06.824 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:06.825 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:06.825 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:06.825 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:06.825 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:06.825 INFO [main][AbstractShell] Close shell Testing shell 10:49:06.825 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:06.830 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:06.830 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:06.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:49:06.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:06.830 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:06.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:06.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:06.848 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 10:49:06.848 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 10:49:06.848 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:06.848 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:06.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:06.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.416 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.063 s testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.051 s testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.062 s testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.046 s testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.05 s getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.545 s testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.053 s testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.57 s testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.045 s testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.566 s getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.058 s testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.559 s testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.542 s testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.053 s testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.582 s testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 9.565 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 10:49:06.854 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 10:49:06.854 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:49:06.854 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:06.854 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 10:49:06.855 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:06.855 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:49:06.855 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:06.855 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:49:06.855 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:06.855 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:06.855 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 10:49:06.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 10:49:06.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:06.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:06.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:06.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 10:49:06.864 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:06.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:06.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:06.880 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:06.880 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:06.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:06.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:06.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:06.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:06.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:49:06.885 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:06.885 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:06.885 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:06.886 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:06.886 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:06.886 INFO [main][AbstractShell] Close shell Testing shell 10:49:06.886 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:06.889 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:06.889 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:06.889 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 10:49:06.889 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:06.889 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:06.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:06.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:06.894 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 10:49:06.894 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:06.894 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 10:49:06.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 10:49:06.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:06.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:06.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:06.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:49:06.914 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:06.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:06.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:06.929 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:06.929 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:06.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:06.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:06.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:06.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:06.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:49:06.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:49:06.931 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:06.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:06.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:06.931 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:06.931 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:06.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:06.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:06.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:06.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:06.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:49:06.932 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:06.932 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:06.932 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:06.933 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:06.933 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:06.933 INFO [main][AbstractShell] Close shell Testing shell 10:49:06.933 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:06.936 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:06.936 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:06.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 10:49:06.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:06.936 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:06.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:06.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:06.941 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 10:49:06.941 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:06.941 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 10:49:06.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 10:49:06.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:06.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:06.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:06.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:49:06.950 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:06.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:06.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:06.969 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:06.969 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:06.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:06.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:06.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:06.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:06.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:49:06.971 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 10:49:06.971 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:49:06.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:07.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:07.471 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:49:07.474 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:49:07.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:07.474 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:49:07.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:07.474 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:49:07.474 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 10:49:07.474 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:49:07.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:07.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:07.974 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:49:07.977 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:49:07.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:07.977 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 10:49:07.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:07.977 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:49:07.977 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 10:49:07.977 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 10:49:07.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:08.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:08.478 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 10:49:08.478 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 10:49:08.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:08.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:08.978 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 10:49:08.978 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 10:49:08.978 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 10:49:08.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:09.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:09.479 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 10:49:09.479 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 10:49:09.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:09.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:09.979 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 10:49:09.980 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 10:49:09.980 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 10:49:09.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:10.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:10.480 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 10:49:10.481 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 10:49:10.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:10.481 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 10:49:10.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:10.481 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 10:49:10.481 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 10:49:10.481 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 10:49:10.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:10.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:10.981 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 10:49:10.981 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 10:49:10.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:11.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:11.482 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 10:49:11.482 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 10:49:11.482 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 10:49:11.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:11.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:11.983 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 10:49:11.983 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 10:49:11.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:12.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:12.483 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 10:49:12.484 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:12.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 10:49:12.484 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:12.485 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:12.485 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:12.485 INFO [main][AbstractShell] Close shell Testing shell 10:49:12.485 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:12.489 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:12.489 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:12.489 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 10:49:12.489 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:12.489 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:12.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:12.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:12.495 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 10:49:12.495 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:12.495 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 10:49:12.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 10:49:12.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:12.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:12.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:12.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 10:49:12.504 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:12.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:12.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:12.523 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:12.523 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:12.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:12.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:12.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:12.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:12.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:49:12.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 10:49:12.525 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:12.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:12.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:12.525 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:12.525 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:12.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:12.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:12.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:12.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:12.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:49:12.526 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:12.526 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:12.526 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:12.527 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:12.527 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:12.527 INFO [main][AbstractShell] Close shell Testing shell 10:49:12.527 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:12.532 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:12.532 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:12.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 10:49:12.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:12.533 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:12.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:12.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:12.560 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 10:49:12.560 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:12.560 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 10:49:12.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 10:49:12.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:12.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:12.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:12.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:49:12.572 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:12.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:12.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:12.592 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:12.592 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:12.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:12.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:12.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:12.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:12.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:49:12.593 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:12.593 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:12.593 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:12.593 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:12.593 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:12.593 INFO [main][AbstractShell] Close shell Testing shell 10:49:12.593 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:12.597 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:12.597 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:12.597 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 10:49:12.597 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:12.597 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:12.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:12.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:12.602 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 10:49:12.602 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:12.602 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 10:49:12.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 10:49:12.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:12.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:12.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:12.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 10:49:12.622 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:12.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:12.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:12.639 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:12.639 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:12.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:12.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:12.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:12.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:12.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:49:12.639 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') 10:49:12.639 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:12.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:12.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:12.639 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:12.639 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:12.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:12.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:12.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 10:49:12.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:12.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:12.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:49:12.640 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:12.640 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:12.640 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:12.640 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:12.640 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:12.640 INFO [main][AbstractShell] Close shell Testing shell 10:49:12.640 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:12.643 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:12.643 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:12.643 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 10:49:12.643 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:12.643 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:12.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:12.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:12.649 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 10:49:12.649 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:12.649 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 10:49:12.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 10:49:12.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:12.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:12.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:12.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:49:12.658 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:12.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:12.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:12.677 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:12.677 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:12.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:12.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:12.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:12.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:12.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:49:12.678 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:12.678 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:12.678 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:12.678 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:12.678 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:12.678 INFO [main][AbstractShell] Close shell Testing shell 10:49:12.678 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:12.682 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:12.682 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:12.682 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 10:49:12.682 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:12.682 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:12.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:12.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:12.700 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 10:49:12.700 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 10:49:12.700 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:12.700 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:12.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:12.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.847 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.039 s testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.047 s testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 5.554 s testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.065 s testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.042 s testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.047 s testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.051 s Running org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 10:49:12.705 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 10:49:12.705 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:49:12.706 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:12.706 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 10:49:12.706 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:12.706 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:49:12.706 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:12.706 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:49:12.706 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:12.706 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:12.706 INFO [WorkbenchTestable][RequirementsRunner] Started test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 10:49:12.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 10:49:12.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:12.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:12.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:12.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:49:12.731 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:12.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:12.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:12.745 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:12.745 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:12.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:12.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:12.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:12.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:12.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:49:12.750 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 10:49:12.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:49:12.755 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:12.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:12.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:12.755 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:12.755 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:12.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:12.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:12.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:12.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:12.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:49:12.755 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 10:49:12.755 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:49:12.755 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:12.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 10:49:12.755 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:12.756 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:12.756 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:12.756 INFO [main][AbstractShell] Close shell Testing shell 10:49:12.756 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:12.759 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:12.759 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:12.760 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 10:49:12.760 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:12.760 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:12.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:12.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:12.765 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 10:49:12.765 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:12.766 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 10:49:12.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 10:49:12.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:12.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:12.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:12.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:49:12.771 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:12.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:12.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:12.790 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:12.790 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:12.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:12.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:12.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:12.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:12.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:49:12.791 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 10:49:12.791 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:49:12.791 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:12.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:12.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:12.792 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:12.792 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:12.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:12.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:12.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:12.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:12.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:49:12.792 INFO [WorkbenchTestable][AbstractStyledText] Select text styled in styled text 10:49:12.795 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:12.795 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:12.795 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:12.796 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:12.796 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:12.796 INFO [main][AbstractShell] Close shell Testing shell 10:49:12.796 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:12.799 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:12.799 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:12.799 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 10:49:12.799 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:12.799 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:12.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:12.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:12.830 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 10:49:12.830 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:12.830 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 10:49:12.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 10:49:12.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:12.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:12.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:12.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:49:12.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:12.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:12.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:12.851 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:12.851 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:12.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:12.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:12.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:12.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:12.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:49:12.851 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 10:49:12.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:49:12.852 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:12.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:12.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:12.852 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:12.852 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:12.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:12.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:12.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:12.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:12.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:49:12.852 INFO [WorkbenchTestable][AbstractStyledText] Select position start: 8 end: 10 in styled text 10:49:12.853 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:12.853 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:12.853 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:12.853 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:12.853 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:12.853 INFO [main][AbstractShell] Close shell Testing shell 10:49:12.853 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:12.856 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:12.856 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:12.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 10:49:12.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:12.856 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:12.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:12.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:12.861 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 10:49:12.861 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 10:49:12.861 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:12.861 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:12.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:12.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s - in org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.059 s selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.064 s selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.031 s Running org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 10:49:12.867 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 10:49:12.868 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:49:12.868 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:12.868 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 10:49:12.868 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:12.868 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:49:12.868 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:12.868 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:49:12.868 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:12.869 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:12.869 INFO [WorkbenchTestable][RequirementsRunner] Started test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 10:49:12.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 10:49:12.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:12.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:12.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:12.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:12.904 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 10:49:12.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:49:12.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:12.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:12.904 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) 10:49:12.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:12.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:12.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:12.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:12.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:49:12.905 INFO [WorkbenchTestable][AbstractButton] Click button OK 10:49:12.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:49:12.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:49:12.905 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:49:12.905 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:49:12.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 10:49:12.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 10:49:12.906 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) 10:49:12.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:12.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:12.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:12.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:12.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:49:12.906 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 10:49:12.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:49:12.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:49:12.906 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:49:12.906 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:49:12.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 10:49:12.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 10:49:12.907 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:12.907 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:12.907 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:12.907 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:12.907 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:12.907 INFO [main][AbstractShell] Close shell Testing shell 10:49:12.907 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:12.910 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:12.910 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:12.910 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 10:49:12.910 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:12.910 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:12.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:12.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:12.915 INFO [WorkbenchTestable][RequirementsRunner] Finished test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 10:49:12.915 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 10:49:12.915 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:12.915 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:12.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:12.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) Time elapsed: 0.046 s Running org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 10:49:12.921 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 10:49:12.921 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:49:12.921 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:12.921 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 10:49:12.922 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:12.922 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:49:12.934 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:12.934 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:49:12.934 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:12.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:12.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:49:12.938 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 10:49:12.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:49:12.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:12.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:12.938 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:49:12.938 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:49:12.938 DEBUG [main][MenuItemLookup] Found menu:'File' 10:49:12.938 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:49:12.938 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:49:12.938 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:49:12.938 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:49:12.938 DEBUG [main][MenuItemLookup] Found menu:'Run' 10:49:12.938 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:49:12.938 DEBUG [main][MenuItemLookup] Item match:Window 10:49:12.939 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:49:12.939 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:49:12.939 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:49:12.939 DEBUG [main][MenuItemLookup] Found menu:'' 10:49:12.939 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:49:12.939 DEBUG [main][MenuItemLookup] Item match:Show View 10:49:12.944 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 10:49:12.944 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 10:49:12.944 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:49:12.944 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 10:49:12.944 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:49:12.944 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 10:49:12.944 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:49:12.944 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:49:12.944 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:49:12.944 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 10:49:12.944 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:49:12.944 DEBUG [main][MenuItemLookup] Found menu:'Templates' 10:49:12.944 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 10:49:12.944 DEBUG [main][MenuItemLookup] Found menu:'' 10:49:12.944 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:49:12.944 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:49:12.944 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:49:12.944 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:49:12.944 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:49:13.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:49:13.003 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 10:49:13.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:49:13.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:13.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:13.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:49:13.004 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.004 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:49:13.004 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:49:13.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:49:13.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:49:13.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 10:49:13.005 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 10:49:13.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:13.005 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 10:49:13.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:13.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 10:49:13.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 10:49:13.006 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 10:49:13.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:13.006 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 10:49:13.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:13.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 10:49:13.006 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 10:49:13.006 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 10:49:13.006 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 10:49:13.006 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 10:49:13.006 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.006 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:49:13.006 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:49:13.007 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.007 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:49:13.007 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:49:13.008 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:49:13.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:49:13.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:49:13.008 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:49:13.008 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:49:13.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:49:13.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:49:13.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 10:49:13.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 10:49:13.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:49:13.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:13.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:13.059 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:49:13.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 10:49:13.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:49:13.063 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 10:49:13.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 10:49:13.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:49:13.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:49:13.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:49:13.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:49:13.066 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:13.066 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 10:49:13.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 10:49:13.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:13.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:13.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:13.067 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') 10:49:13.067 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.079 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 10:49:13.079 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.079 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 10:49:13.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 10:49:13.080 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 10:49:13.080 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:13.080 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:13.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.081 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 10:49:13.081 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:13.081 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 10:49:13.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 10:49:13.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:13.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:13.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:13.081 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:") 10:49:13.081 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.082 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 10:49:13.082 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 10:49:13.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 10:49:13.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:13.083 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:13.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.083 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 10:49:13.083 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 10:49:13.083 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:13.083 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:13.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) Time elapsed: 0.015 s defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) Time elapsed: 0.002 s Running org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 10:49:13.088 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 10:49:13.089 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:49:13.089 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:13.089 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 10:49:13.089 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:13.089 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:49:13.090 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:13.090 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:49:13.090 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:13.090 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:13.090 INFO [WorkbenchTestable][RequirementsRunner] Started test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 10:49:13.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 10:49:13.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:13.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:13.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:13.104 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 10:49:13.104 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.115 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:13.115 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 10:49:13.118 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 10:49:13.118 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.118 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:13.118 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 10:49:13.118 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 1 10:49:13.120 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 10:49:13.120 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.120 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:13.120 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 10:49:13.120 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 10:49:13.120 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.120 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:13.120 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:13.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:13.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 10:49:13.121 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 2 10:49:13.122 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 10:49:13.122 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.122 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:13.122 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:13.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:13.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 10:49:13.122 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:") 10:49:13.122 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.122 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:13.122 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 10:49:13.124 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 11 10:49:13.124 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:") 10:49:13.124 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.126 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:13.126 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 10:49:13.127 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:") 10:49:13.127 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.127 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:13.127 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 10:49:13.128 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 22 10:49:13.130 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:") 10:49:13.130 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.130 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:13.130 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 10:49:13.131 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:13.131 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:13.131 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:13.132 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:13.132 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:13.132 INFO [main][AbstractShell] Close shell Testing shell 10:49:13.132 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:13.136 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:13.136 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:13.136 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 10:49:13.136 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:13.136 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:13.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.142 INFO [WorkbenchTestable][RequirementsRunner] Finished test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 10:49:13.142 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 10:49:13.142 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:13.142 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:13.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) Time elapsed: 0.052 s Running org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 10:49:13.147 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 10:49:13.147 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:49:13.148 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:13.148 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 10:49:13.148 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:13.148 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:49:13.150 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:13.150 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:49:13.150 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:13.151 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:13.151 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 10:49:13.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 10:49:13.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:13.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:13.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:13.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:49:13.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:13.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:13.156 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:49:13.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 10:49:13.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:49:13.159 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 10:49:13.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 10:49:13.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:49:13.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:49:13.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:49:13.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:49:13.170 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 10:49:13.170 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 10:49:13.171 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 10:49:13.172 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 10:49:13.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:49:13.225 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 10:49:13.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:49:13.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:13.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:13.226 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:49:13.226 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:49:13.226 DEBUG [main][MenuItemLookup] Found menu:'File' 10:49:13.226 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:49:13.226 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:49:13.226 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:49:13.226 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:49:13.226 DEBUG [main][MenuItemLookup] Found menu:'Run' 10:49:13.226 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:49:13.226 DEBUG [main][MenuItemLookup] Item match:Window 10:49:13.227 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:49:13.227 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:49:13.227 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:49:13.227 DEBUG [main][MenuItemLookup] Found menu:'' 10:49:13.227 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:49:13.227 DEBUG [main][MenuItemLookup] Item match:Show View 10:49:13.231 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 10:49:13.231 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 10:49:13.231 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:49:13.231 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 10:49:13.231 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:49:13.231 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 10:49:13.231 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:49:13.231 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:49:13.231 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:49:13.231 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 10:49:13.231 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:49:13.231 DEBUG [main][MenuItemLookup] Found menu:'Templates' 10:49:13.231 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 10:49:13.231 DEBUG [main][MenuItemLookup] Found menu:'' 10:49:13.231 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:49:13.231 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:49:13.242 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:49:13.242 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:49:13.243 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:49:13.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:49:13.298 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 10:49:13.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:49:13.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:13.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:13.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:49:13.299 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.299 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:49:13.299 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:49:13.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:49:13.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:49:13.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 10:49:13.301 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 10:49:13.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:13.301 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 10:49:13.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:13.301 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 10:49:13.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 10:49:13.301 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 10:49:13.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:13.301 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 10:49:13.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:13.301 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 10:49:13.301 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 10:49:13.301 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 10:49:13.301 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 10:49:13.301 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 10:49:13.301 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.302 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:49:13.302 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:49:13.302 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.302 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:49:13.302 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:49:13.303 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:49:13.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:49:13.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:49:13.303 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:49:13.303 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:49:13.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:49:13.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:49:13.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 10:49:13.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 10:49:13.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.352 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:49:13.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:13.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:13.353 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:49:13.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 10:49:13.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:49:13.355 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 10:49:13.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 10:49:13.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:49:13.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:49:13.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:49:13.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:49:13.358 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') 10:49:13.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.358 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 10:49:13.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:13.358 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:13.367 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 10:49:13.367 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:13.367 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:13.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.367 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 10:49:13.367 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:13.368 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 10:49:13.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 10:49:13.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:13.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:13.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:13.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:49:13.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:13.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:13.375 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:49:13.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:49:13.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:49:13.386 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 10:49:13.386 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 10:49:13.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:49:13.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:49:13.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:49:13.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:49:13.389 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 10:49:13.389 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 10:49:13.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 10:49:13.389 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 10:49:13.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:49:13.442 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 10:49:13.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:49:13.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:13.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:13.443 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:49:13.443 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:49:13.443 DEBUG [main][MenuItemLookup] Found menu:'File' 10:49:13.443 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:49:13.443 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:49:13.443 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:49:13.443 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:49:13.443 DEBUG [main][MenuItemLookup] Found menu:'Run' 10:49:13.443 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:49:13.443 DEBUG [main][MenuItemLookup] Item match:Window 10:49:13.444 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:49:13.444 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:49:13.444 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:49:13.444 DEBUG [main][MenuItemLookup] Found menu:'' 10:49:13.444 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:49:13.444 DEBUG [main][MenuItemLookup] Item match:Show View 10:49:13.448 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 10:49:13.448 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 10:49:13.448 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:49:13.448 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 10:49:13.448 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:49:13.448 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 10:49:13.448 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:49:13.448 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:49:13.448 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:49:13.448 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 10:49:13.448 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:49:13.448 DEBUG [main][MenuItemLookup] Found menu:'Templates' 10:49:13.448 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 10:49:13.448 DEBUG [main][MenuItemLookup] Found menu:'' 10:49:13.448 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:49:13.448 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:49:13.448 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:49:13.448 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:49:13.448 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:49:13.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:49:13.504 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 10:49:13.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:49:13.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:13.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:13.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:49:13.505 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.505 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:49:13.505 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:49:13.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:49:13.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:49:13.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 10:49:13.506 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 10:49:13.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:13.506 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 10:49:13.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:13.506 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 10:49:13.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 10:49:13.507 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 10:49:13.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:13.507 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 10:49:13.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:13.507 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 10:49:13.507 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 10:49:13.507 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 10:49:13.507 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 10:49:13.507 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 10:49:13.507 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.507 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:49:13.507 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:49:13.508 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.508 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:49:13.508 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:49:13.508 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:49:13.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:49:13.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:49:13.508 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:49:13.508 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:49:13.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:49:13.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:49:13.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 10:49:13.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 10:49:13.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:49:13.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:13.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:13.554 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:49:13.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:49:13.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:49:13.557 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 10:49:13.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 10:49:13.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:49:13.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:49:13.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:49:13.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:49:13.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.559 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:49:13.559 DEBUG [main][MenuItemLookup] Found menu:'File' 10:49:13.559 DEBUG [main][MenuItemLookup] Item match:File 10:49:13.561 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:49:13.562 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 10:49:13.564 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 10:49:13.564 DEBUG [main][MenuItemLookup] Found menu:'Project...' 10:49:13.564 DEBUG [main][MenuItemLookup] Found menu:'' 10:49:13.564 DEBUG [main][MenuItemLookup] Found menu:'Package' 10:49:13.564 DEBUG [main][MenuItemLookup] Found menu:'Class' 10:49:13.564 DEBUG [main][MenuItemLookup] Found menu:'Interface' 10:49:13.564 DEBUG [main][MenuItemLookup] Found menu:'Enum' 10:49:13.564 DEBUG [main][MenuItemLookup] Found menu:'Record' 10:49:13.564 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 10:49:13.564 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 10:49:13.564 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 10:49:13.564 DEBUG [main][MenuItemLookup] Found menu:'Folder' 10:49:13.564 DEBUG [main][MenuItemLookup] Found menu:'File' 10:49:13.564 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 10:49:13.564 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 10:49:13.564 DEBUG [main][MenuItemLookup] Found menu:'' 10:49:13.564 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 10:49:13.564 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 10:49:13.575 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 10:49:13.575 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 10:49:13.575 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 10:49:13.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 10:49:13.646 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 10:49:13.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 10:49:13.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:13.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:13.647 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 10:49:13.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.647 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 10:49:13.647 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:13.647 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:13.648 INFO [WorkbenchTestable][AbstractText] Text set to: myvalue 10:49:13.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:49:13.649 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.649 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 10:49:13.649 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:49:13.651 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 10:49:13.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:49:13.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:49:13.651 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:49:13.651 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:49:13.669 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 10:49:13.669 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:13.669 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:13.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.669 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 10:49:13.669 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:13.669 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 10:49:13.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 10:49:13.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:13.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:13.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:13.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:49:13.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:13.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:13.679 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:49:13.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 10:49:13.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:49:13.681 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 10:49:13.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 10:49:13.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:49:13.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:49:13.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:49:13.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:49:13.683 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 10:49:13.683 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 10:49:13.683 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 10:49:13.684 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 10:49:13.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:49:13.714 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 10:49:13.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:49:13.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:13.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:13.714 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:49:13.714 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:49:13.714 DEBUG [main][MenuItemLookup] Found menu:'File' 10:49:13.714 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:49:13.714 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:49:13.714 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:49:13.714 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:49:13.714 DEBUG [main][MenuItemLookup] Found menu:'Run' 10:49:13.714 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:49:13.714 DEBUG [main][MenuItemLookup] Item match:Window 10:49:13.715 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:49:13.715 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:49:13.715 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:49:13.715 DEBUG [main][MenuItemLookup] Found menu:'' 10:49:13.715 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:49:13.715 DEBUG [main][MenuItemLookup] Item match:Show View 10:49:13.718 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 10:49:13.718 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 10:49:13.718 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:49:13.718 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 10:49:13.718 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:49:13.718 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 10:49:13.718 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:49:13.718 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:49:13.718 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:49:13.718 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 10:49:13.718 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:49:13.718 DEBUG [main][MenuItemLookup] Found menu:'Templates' 10:49:13.718 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 10:49:13.718 DEBUG [main][MenuItemLookup] Found menu:'' 10:49:13.718 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:49:13.718 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:49:13.719 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:49:13.719 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:49:13.719 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:49:13.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:49:13.775 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 10:49:13.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:49:13.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:13.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:13.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:49:13.777 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.777 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:49:13.777 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:49:13.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:49:13.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:49:13.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 10:49:13.778 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 10:49:13.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:13.778 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 10:49:13.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:13.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 10:49:13.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 10:49:13.778 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 10:49:13.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:49:13.778 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 10:49:13.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:49:13.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 10:49:13.778 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 10:49:13.778 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 10:49:13.778 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 10:49:13.779 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 10:49:13.779 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.779 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:49:13.779 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.779 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 10:49:13.779 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.779 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:49:13.779 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:49:13.780 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:49:13.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:49:13.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:49:13.780 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:49:13.780 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:49:13.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:49:13.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:49:13.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 10:49:13.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 10:49:13.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:49:13.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:13.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:13.837 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:49:13.837 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:49:13.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:49:13.839 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 10:49:13.839 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 10:49:13.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:49:13.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:49:13.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:49:13.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:49:13.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 10:49:13.841 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.842 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 10:49:13.842 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:13.842 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:13.851 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") 10:49:13.851 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.851 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 10:49:13.851 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:13.851 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:13.851 INFO [WorkbenchTestable][AbstractText] Text set to: New text 10:49:13.851 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 10:49:13.851 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.851 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 10:49:13.852 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:13.852 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:13.852 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") 10:49:13.852 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.852 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 10:49:13.852 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:13.852 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:13.852 INFO [WorkbenchTestable][AbstractText] Text set to: Original text 10:49:13.852 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 10:49:13.852 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:13.852 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:13.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.853 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 10:49:13.853 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 10:49:13.853 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:13.853 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:13.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.706 s - in org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.216 s testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.301 s defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.184 s Running org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:13.857 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:13.858 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:49:13.858 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:13.858 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:13.858 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:13.858 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:49:13.859 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:13.859 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:49:13.859 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:13.859 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:13.859 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:13.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:13.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:13.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:13.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:13.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:13.900 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 10:49:13.900 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:49:13.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:13.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:13.901 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") 10:49:13.901 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:13.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:13.905 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:13.906 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:13.906 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:13.906 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:13.907 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:13.907 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:13.907 INFO [main][AbstractShell] Close shell Testing shell 10:49:13.907 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:13.931 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:13.931 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:13.931 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:13.931 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:13.931 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:13.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.938 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:13.938 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:13.938 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:13.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:13.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:13.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:13.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:13.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:13.978 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 10:49:13.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:49:13.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:13.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:13.978 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") 10:49:13.978 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:13.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:13.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:13.979 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:13.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:13.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:13.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:13.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:13.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:13.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:13.983 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:13.984 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:13.984 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:13.984 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:13.985 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:13.985 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:13.985 INFO [main][AbstractShell] Close shell Testing shell 10:49:13.985 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:13.993 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:13.993 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:13.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:13.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:13.993 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:14.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:14.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:14.001 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:14.001 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:14.001 INFO [WorkbenchTestable][RequirementsRunner] Started test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:14.001 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:14.001 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:14.001 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:14.001 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:14.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:14.053 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 10:49:14.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:49:14.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:14.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:14.053 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 10:49:14.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:14.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:14.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:14.053 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:14.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:14.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:14.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:14.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:14.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:14.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 10:49:14.053 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:14.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 with label: is "Test label") 10:49:14.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:14.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:14.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:14.054 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:14.054 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:14.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:14.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:14.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:14.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:14.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:14.055 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:14.056 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") 10:49:14.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:14.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:14.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:14.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:14.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:14.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:14.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:14.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:14.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:14.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:14.061 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:14.061 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") 10:49:14.061 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:14.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:14.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:14.061 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:14.061 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:14.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:14.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:14.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:14.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:14.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:14.062 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:14.063 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:14.063 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:14.063 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:14.063 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:14.064 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:14.064 INFO [main][AbstractShell] Close shell Testing shell 10:49:14.064 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:14.072 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:14.072 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:14.072 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:14.072 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:14.072 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:14.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:14.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:14.079 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:14.079 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:14.079 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:14.079 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:14.079 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:14.079 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:14.079 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:14.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:14.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 10:49:14.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:49:14.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:14.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:14.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 label4") 10:49:14.137 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:14.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:14.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:14.138 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:14.138 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:14.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:14.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:14.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:14.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:14.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:14.143 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:14.144 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:14.144 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:14.144 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:14.144 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:14.144 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:14.144 INFO [main][AbstractShell] Close shell Testing shell 10:49:14.144 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:14.153 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:14.153 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:14.153 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:14.153 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:14.153 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:14.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:14.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:14.160 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:14.160 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:14.160 INFO [WorkbenchTestable][RequirementsRunner] Started test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:14.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:14.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:14.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:14.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:14.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:14.198 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 10:49:14.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:49:14.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:14.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:14.199 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") 10:49:14.199 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:14.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:14.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:14.199 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:14.199 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:14.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:14.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:14.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:14.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:14.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:14.202 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:14.203 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 10:49:14.203 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:14.203 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:14.203 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:14.203 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:14.203 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:14.204 INFO [main][AbstractShell] Close shell Testing shell 10:49:14.204 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:14.212 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:14.212 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:14.212 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:14.212 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:14.212 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:14.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:14.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:14.230 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:14.231 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:14.231 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:14.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:14.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:14.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:14.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:14.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:14.265 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 10:49:14.266 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:49:14.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:14.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:14.266 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*") 10:49:14.266 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:14.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:14.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:14.266 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:14.266 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:14.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:14.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:14.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:14.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:14.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:14.272 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:14.273 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:14.273 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:14.273 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:14.273 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:14.273 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:14.273 INFO [main][AbstractShell] Close shell Testing shell 10:49:14.273 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:14.281 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:14.281 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:14.281 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:14.281 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:14.281 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:14.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:14.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:14.289 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:14.289 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:14.289 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:14.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:14.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:14.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:14.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:14.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:14.329 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 10:49:14.329 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:49:14.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:14.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:14.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label3") 10:49:14.330 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:14.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:14.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:14.330 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:14.330 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:14.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:14.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:14.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:14.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:14.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:14.333 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:14.335 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:14.335 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:14.335 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:14.336 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:14.336 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:14.336 INFO [main][AbstractShell] Close shell Testing shell 10:49:14.336 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:14.344 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:14.344 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:14.344 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:14.344 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:14.344 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:14.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:14.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:14.352 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:14.352 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:14.352 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:14.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:14.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:14.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:14.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:14.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:14.392 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 10:49:14.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:49:14.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:14.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:14.392 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") 10:49:14.392 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:14.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:14.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:14.392 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:14.392 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:14.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:14.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:14.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:14.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:14.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:14.398 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:14.399 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:14.399 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:14.399 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:14.399 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:14.399 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:14.399 INFO [main][AbstractShell] Close shell Testing shell 10:49:14.399 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:14.407 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:14.407 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:14.407 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:14.407 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:14.407 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:14.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:14.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:14.433 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:14.433 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:14.433 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:14.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:14.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:14.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:14.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:14.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:14.468 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 10:49:14.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:49:14.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:14.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:14.469 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") 10:49:14.469 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:14.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:14.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:14.469 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:14.469 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:14.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:14.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:14.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:14.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:14.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:14.470 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:14.471 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:14.471 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:14.471 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:14.471 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:14.471 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:14.471 INFO [main][AbstractShell] Close shell Testing shell 10:49:14.471 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:14.480 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:14.480 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:14.480 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:14.480 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:14.480 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:14.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:14.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:14.487 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:14.487 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:14.487 INFO [WorkbenchTestable][RequirementsRunner] Started test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:14.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:14.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:14.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:14.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:14.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:14.543 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 10:49:14.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:49:14.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:14.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:14.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 10:49:14.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:14.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:14.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:14.543 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:14.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:14.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:14.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:14.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:14.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:14.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:14.546 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:14.547 INFO [WorkbenchTestable][AbstractText] Type text not so funny text 10:49:14.547 INFO [WorkbenchTestable][AbstractText] Text set to: 10:49:14.547 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:14.547 DEBUG [WorkbenchTestable][AbstractText] Force focus to receive keyboard events 10:49:14.550 INFO [WorkbenchTestable][Keyboard] Type text "not so funny text" 10:49:14.945 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:49:14.945 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 10:49:15.547 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:49:15.547 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 10:49:16.148 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:49:16.149 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 10:49:16.749 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:49:16.749 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 10:49:17.350 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:49:17.350 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 10:49:17.952 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:49:17.952 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 10:49:18.552 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:49:18.553 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 10:49:19.154 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:49:19.154 INFO [WorkbenchTestable][Keyboard] As char:f, as int:102 10:49:19.755 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:49:19.755 INFO [WorkbenchTestable][Keyboard] As char:u, as int:117 10:49:20.356 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:49:20.356 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 10:49:20.957 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:49:20.957 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 10:49:21.559 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:49:21.559 INFO [WorkbenchTestable][Keyboard] As char:y, as int:121 10:49:22.160 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:49:22.160 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 10:49:22.761 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:49:22.761 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 10:49:23.362 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:49:23.362 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 10:49:23.963 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:49:23.963 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 10:49:24.564 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:49:24.564 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 10:49:25.165 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") 10:49:25.165 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:25.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.165 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:25.165 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:25.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:25.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:25.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:25.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:25.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:25.168 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:25.168 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:25.168 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:25.168 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:25.169 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:25.169 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:25.169 INFO [main][AbstractShell] Close shell Testing shell 10:49:25.169 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:25.177 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:25.177 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:25.177 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:25.178 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:25.178 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:25.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.190 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:25.190 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:25.190 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:25.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:25.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:25.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:25.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:25.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:25.226 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 10:49:25.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:49:25.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:25.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:25.226 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") 10:49:25.226 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:25.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.226 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:25.226 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:25.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:25.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:25.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:25.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:25.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:25.229 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:25.229 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 10:49:25.229 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") 10:49:25.229 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:25.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.229 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:25.229 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:25.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:25.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:25.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:25.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:25.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:25.231 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:25.232 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:25.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 10:49:25.232 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:25.232 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:25.232 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:25.232 INFO [main][AbstractShell] Close shell Testing shell 10:49:25.232 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:25.240 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:25.240 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:25.240 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:25.240 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:25.240 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:25.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.247 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:25.247 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:25.247 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:25.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:25.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:25.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:25.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:25.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:25.286 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 10:49:25.286 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:49:25.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:25.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:25.286 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?") 10:49:25.286 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:25.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.286 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:25.286 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:25.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:25.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:25.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:25.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:25.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:25.294 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:25.295 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:25.295 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:25.295 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:25.296 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:25.296 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:25.296 INFO [main][AbstractShell] Close shell Testing shell 10:49:25.296 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:25.304 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:25.304 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:25.304 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:25.304 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:25.304 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:25.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.311 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:25.311 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:25.311 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:25.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:25.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:25.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:25.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:25.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:25.351 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 10:49:25.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:49:25.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:25.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:25.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Required label2 *") 10:49:25.351 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:25.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.351 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:25.351 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:25.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:25.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:25.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:25.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:25.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:25.358 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:25.358 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:25.358 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:25.358 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:25.359 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:25.359 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:25.359 INFO [main][AbstractShell] Close shell Testing shell 10:49:25.359 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:25.367 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:25.367 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:25.367 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:25.367 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:25.367 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:25.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.374 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:25.374 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:25.374 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:25.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:25.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:25.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:25.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:25.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:25.414 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 10:49:25.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:49:25.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:25.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:25.415 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") 10:49:25.415 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:25.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.415 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:25.415 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:25.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:25.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:25.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:25.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:25.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:25.418 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:25.419 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:25.419 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:25.419 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:25.419 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:25.419 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:25.419 INFO [main][AbstractShell] Close shell Testing shell 10:49:25.419 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:25.428 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:25.428 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:25.428 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:25.428 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:25.428 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:25.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.434 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:25.434 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:25.434 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:25.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:25.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:25.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:25.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:25.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:25.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 10:49:25.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:49:25.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:25.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:25.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 label2") 10:49:25.473 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:25.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.473 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:25.473 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:25.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:25.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:25.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:25.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:25.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:25.480 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:25.481 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:25.481 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:25.481 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:25.481 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:25.481 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:25.481 INFO [main][AbstractShell] Close shell Testing shell 10:49:25.481 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:25.490 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:25.490 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:25.490 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:25.490 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:25.490 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:25.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.496 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:25.497 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:25.497 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:25.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:25.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:25.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:25.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:25.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:25.536 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 10:49:25.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:49:25.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:25.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:25.536 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 10:49:25.536 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:25.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.536 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:25.536 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:25.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:25.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:25.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:25.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:25.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:25.538 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:25.539 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:25.539 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:25.539 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:25.540 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:25.540 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:25.540 INFO [main][AbstractShell] Close shell Testing shell 10:49:25.540 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:25.548 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:25.548 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:25.548 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:25.548 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:25.548 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:25.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.555 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:25.555 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:25.555 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:25.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:25.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:25.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:25.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:25.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:25.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:25.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:49:25.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:25.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:25.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "FormCLabel") 10:49:25.594 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:25.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.594 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:25.594 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:25.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:25.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:25.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:25.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:25.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:25.598 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:25.599 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:25.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 10:49:25.599 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:25.599 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:25.599 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:25.599 INFO [main][AbstractShell] Close shell Testing shell 10:49:25.599 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:25.608 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:25.608 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:25.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:25.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:25.608 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:25.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.615 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 10:49:25.615 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 10:49:25.615 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:25.615 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:25.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.758 s - in org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.079 s findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.063 s setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.078 s findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.081 s setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.07 s findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.058 s getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.062 s findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.081 s findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.054 s typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 10.703 s setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.057 s findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.064 s findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.063 s findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.06 s findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.062 s findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.058 s findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.06 s Running org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 10:49:25.620 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 10:49:25.621 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:49:25.621 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:25.621 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 10:49:25.621 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:25.621 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:49:25.627 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:25.627 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:49:25.627 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:25.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:25.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:25.630 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' is already open. Activate. 10:49:25.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:25.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:25.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:49:25.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:25.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:25.633 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:49:25.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 10:49:25.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:25.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:25.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:25.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:25.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:49:25.635 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 10:49:25.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 10:49:25.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:49:25.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:49:25.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:49:25.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:49:25.637 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:25.637 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 10:49:25.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 10:49:25.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:25.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:25.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:25.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:25.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:25.662 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:49:25.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:25.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:25.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:49:25.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:25.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.663 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:25.663 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:25.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:25.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:25.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:25.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:25.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:49:25.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:25.680 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 10:49:25.680 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 10:49:25.680 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:25.680 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:25.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.680 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 10:49:25.680 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:25.680 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 10:49:25.680 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 10:49:25.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:25.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:25.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:25.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:25.694 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 10:49:25.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:49:25.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:49:25.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:49:25.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 10:49:25.695 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:25.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.695 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:25.695 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:25.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:25.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:25.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:25.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:25.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:49:25.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:25.706 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 10:49:25.706 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 10:49:25.706 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:25.706 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:25.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.707 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 10:49:25.707 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:25.707 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 10:49:25.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 10:49:25.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:25.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:25.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:25.707 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:49:25.707 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:25.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.707 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 10:49:25.707 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:25.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:25.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:25.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:25.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:25.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:49:25.708 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") 10:49:25.708 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:25.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.709 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 10:49:25.709 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:25.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:25.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:25.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:25.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:25.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:49:25.709 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: Modified styled text 10:49:25.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:25.710 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 10:49:25.710 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 10:49:25.710 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:25.710 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:25.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.710 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 10:49:25.710 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 10:49:25.710 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:25.710 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:25.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.reddeer.swt.test.impl.text.StyledTextTest defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.043 s defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.027 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 10:49:25.727 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 10:49:25.727 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:49:25.727 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:25.727 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 10:49:25.727 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:25.727 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:49:25.730 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:25.730 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:49:25.730 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:25.730 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:25.730 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 10:49:25.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 10:49:25.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:25.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:25.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:25.737 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) 10:49:25.737 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:25.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:25.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:25.742 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:25.742 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:25.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:25.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:49:25.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 10:49:26.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:49:26.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 10:49:26.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:49:26.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 10:49:26.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:49:26.744 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 2 was not found 10:49:26.744 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:26.744 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:26.744 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:26.744 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:26.744 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:26.744 INFO [main][AbstractShell] Close shell Testing shell 10:49:26.744 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:26.751 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:26.751 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:26.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 10:49:26.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:26.751 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:26.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:26.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:26.757 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 10:49:26.757 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:26.757 INFO [WorkbenchTestable][RequirementsRunner] Started test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 10:49:26.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 10:49:26.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:26.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:26.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:26.763 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) 10:49:26.763 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:26.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:26.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:26.774 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:26.774 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:26.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:26.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:26.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:26.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:26.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 10:49:26.774 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) 10:49:26.774 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:26.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:26.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:26.774 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:26.774 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:26.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:26.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:26.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:26.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:26.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 10:49:26.774 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:26.774 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:26.774 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:26.775 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:26.775 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:26.775 INFO [main][AbstractShell] Close shell Testing shell 10:49:26.775 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:26.777 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:26.777 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:26.777 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 10:49:26.778 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:26.778 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:26.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:26.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:26.789 INFO [WorkbenchTestable][RequirementsRunner] Finished test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 10:49:26.789 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:26.789 INFO [WorkbenchTestable][RequirementsRunner] Started test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 10:49:26.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 10:49:26.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:26.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:26.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:26.795 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) 10:49:26.795 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:26.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:26.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:26.803 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:26.803 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:26.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:26.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:26.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:26.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:26.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 10:49:26.804 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) 10:49:26.804 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:26.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:26.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:26.804 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:26.804 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:26.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:26.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:26.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:26.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:26.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 10:49:26.804 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) 10:49:26.804 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:26.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:26.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:26.804 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:26.804 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:26.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:26.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:26.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:26.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:26.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was found 10:49:26.806 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:26.806 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:26.806 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:26.806 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:26.806 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:26.806 INFO [main][AbstractShell] Close shell Testing shell 10:49:26.806 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:26.809 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:26.809 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:26.809 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 10:49:26.809 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:26.809 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:26.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:26.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:26.821 INFO [WorkbenchTestable][RequirementsRunner] Finished test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 10:49:26.821 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:26.821 INFO [WorkbenchTestable][RequirementsRunner] Started test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 10:49:26.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 10:49:26.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:26.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:26.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:26.827 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) 10:49:26.827 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:26.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:26.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:26.835 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:26.835 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:26.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:26.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:26.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 10:49:27.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:27.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 10:49:27.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:27.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 10:49:27.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:49:27.837 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 10:49:27.837 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:27.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 10:49:27.837 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:27.837 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:27.837 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:27.837 INFO [main][AbstractShell] Close shell Testing shell 10:49:27.837 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:27.840 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:27.840 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:27.840 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 10:49:27.840 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:27.840 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:27.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:27.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:27.852 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 10:49:27.852 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:27.852 INFO [WorkbenchTestable][RequirementsRunner] Started test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 10:49:27.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 10:49:27.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:27.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:27.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:27.858 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) 10:49:27.858 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:27.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:27.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:27.866 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:27.866 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:27.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:27.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:27.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:27.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:27.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 10:49:27.866 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) 10:49:27.866 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:27.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:27.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:27.866 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:27.866 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:27.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:27.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:27.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:27.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:27.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 10:49:27.867 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:27.867 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:27.867 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:27.868 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:27.868 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:27.868 INFO [main][AbstractShell] Close shell Testing shell 10:49:27.868 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:27.871 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:27.871 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:27.871 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 10:49:27.871 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:27.871 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:27.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:27.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:27.876 INFO [WorkbenchTestable][RequirementsRunner] Finished test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 10:49:27.876 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:27.876 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 10:49:27.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 10:49:27.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:27.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:27.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:27.887 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) 10:49:27.887 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:27.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:27.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:27.893 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:27.893 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:27.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:27.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:27.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 10:49:28.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:28.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 10:49:28.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:28.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 10:49:28.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:49:28.894 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 10:49:28.894 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:28.894 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:28.894 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:28.894 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:28.894 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:28.894 INFO [main][AbstractShell] Close shell Testing shell 10:49:28.894 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:28.898 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:28.898 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:28.898 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 10:49:28.898 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:28.898 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:28.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:28.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:28.904 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 10:49:28.904 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 10:49:28.904 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:28.904 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:28.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:28.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.178 s - in org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.027 s IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.032 s horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.032 s noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.031 s verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.024 s nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.028 s Running org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 10:49:28.909 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 10:49:28.909 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:49:28.909 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:28.909 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 10:49:28.910 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:28.910 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:49:28.910 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:28.910 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:49:28.910 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:28.910 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:28.910 INFO [WorkbenchTestable][RequirementsRunner] Started test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 10:49:28.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 10:49:28.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:28.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:28.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:28.925 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 10:49:28.925 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:28.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:28.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:28.933 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:28.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:28.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:28.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:28.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:28.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:28.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 10:49:28.935 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:28.935 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:28.935 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:28.935 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:28.935 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:28.935 INFO [main][AbstractShell] Close shell Testing shell 10:49:28.935 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:28.939 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:28.939 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:28.939 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 10:49:28.939 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:28.939 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:28.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:28.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:28.950 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 10:49:28.950 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:28.950 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 10:49:28.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 10:49:28.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:28.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:28.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:28.957 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 10:49:28.957 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:28.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:28.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:28.965 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:28.965 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:28.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:28.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 10:49:28.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 10:49:29.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 10:49:29.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 10:49:29.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 10:49:29.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 10:49:29.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:49:29.967 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 4 was not found 10:49:29.967 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:29.967 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:29.967 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:29.967 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:29.967 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:29.967 INFO [main][AbstractShell] Close shell Testing shell 10:49:29.967 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:29.972 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:29.972 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:29.972 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 10:49:29.972 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:29.972 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:29.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:29.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:29.983 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 10:49:29.983 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:29.983 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 10:49:29.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 10:49:29.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:29.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:29.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:29.989 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 10:49:29.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:29.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:29.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:29.998 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:29.998 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:29.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:29.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:29.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:29.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:29.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 10:49:29.999 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:29.999 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:29.999 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:30.000 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:30.000 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:30.000 INFO [main][AbstractShell] Close shell Testing shell 10:49:30.000 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:30.003 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:30.003 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:30.003 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 10:49:30.003 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:30.003 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:30.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:30.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:30.009 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 10:49:30.009 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:30.009 INFO [WorkbenchTestable][RequirementsRunner] Started test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 10:49:30.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 10:49:30.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:30.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:30.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:30.020 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 10:49:30.020 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:30.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:30.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:30.029 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:30.029 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:30.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:30.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:30.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:30.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:30.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 10:49:30.030 TRACE [WorkbenchTestable][WidgetHandler] Notify Scale with event 13 10:49:30.030 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:49:30.030 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 10:49:30.030 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:30.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:30.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:30.030 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:30.030 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:30.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:30.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:30.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:30.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:30.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:30.031 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:30.031 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:30.031 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:30.031 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:30.032 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:30.032 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:30.032 INFO [main][AbstractShell] Close shell Testing shell 10:49:30.032 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:30.036 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:30.036 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:30.036 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 10:49:30.036 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:30.036 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:30.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:30.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:30.041 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 10:49:30.041 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:30.041 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 10:49:30.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 10:49:30.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:30.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:30.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:30.052 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 10:49:30.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:30.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:30.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:30.059 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:30.059 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:30.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:30.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:30.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:30.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:30.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 10:49:30.060 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:30.061 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:30.061 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:30.061 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:30.061 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:30.061 INFO [main][AbstractShell] Close shell Testing shell 10:49:30.061 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:30.064 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:30.064 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:30.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 10:49:30.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:30.065 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:30.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:30.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:30.071 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 10:49:30.072 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:30.072 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 10:49:30.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 10:49:30.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:30.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:30.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:30.078 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 10:49:30.078 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:30.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:30.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:30.089 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:30.089 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:30.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:30.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:30.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:30.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:30.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 10:49:30.090 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:30.090 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:30.090 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:30.090 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:30.090 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:30.090 INFO [main][AbstractShell] Close shell Testing shell 10:49:30.090 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:30.094 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:30.094 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:30.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 10:49:30.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:30.094 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:30.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:30.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:30.099 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 10:49:30.099 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 10:49:30.099 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:30.099 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:30.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:30.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.192 s - in org.eclipse.reddeer.swt.test.impl.scale.ScaleTest findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.04 s findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 1.033 s getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.026 s setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.032 s getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.03 s getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.027 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:30.104 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:30.105 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:49:30.105 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:30.105 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:30.105 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:30.105 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:49:30.106 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:30.106 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:49:30.106 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:30.106 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:30.106 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:30.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:30.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:30.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:30.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:30.363 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 10:49:30.363 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:30.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:30.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:30.584 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:30.584 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:30.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:30.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:30.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:30.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:30.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:49:30.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:30.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:30.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:30.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:30.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:30.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:30.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:30.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:30.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:30.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:30.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:30.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:30.619 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:30.619 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:30.619 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:30.620 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:30.620 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:30.620 INFO [main][AbstractShell] Close shell Testing shell 10:49:30.620 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:30.630 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:30.630 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:30.630 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:30.630 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:30.630 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:30.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:30.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:30.636 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:30.636 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:30.637 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:30.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:30.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:30.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:30.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:30.884 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 10:49:30.884 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:31.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:31.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:31.109 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:31.109 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:31.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:31.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:31.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:31.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:31.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:49:31.117 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 10:49:31.117 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:31.118 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:31.118 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:31.118 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:31.118 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:31.118 INFO [main][AbstractShell] Close shell Testing shell 10:49:31.118 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:31.127 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:31.128 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:31.128 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:31.128 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:31.128 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:31.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:31.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:31.134 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:31.134 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:31.134 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:31.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:31.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:31.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:31.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:31.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 10:49:31.383 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:31.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:31.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:31.625 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:31.625 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:31.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:31.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:31.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:31.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:31.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:49:31.626 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 3) 10:49:31.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:31.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:31.627 TRACE [main][WidgetHandler] Notify Table with event 13 10:49:31.627 TRACE [main][WidgetHandler] Wait for synchronization 10:49:31.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:31.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:31.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:31.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:31.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:31.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:31.631 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:31.631 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:31.631 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:31.631 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:31.631 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:31.631 INFO [main][AbstractShell] Close shell Testing shell 10:49:31.631 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:31.641 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:31.641 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:31.641 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:31.641 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:31.641 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:31.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:31.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:31.647 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:31.647 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:31.647 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:31.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:31.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:31.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:31.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:31.894 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 10:49:31.895 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:32.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:32.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:32.127 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:32.127 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:32.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:32.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:49:32.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:49:32.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:32.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 10:49:32.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:32.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:32.133 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 10:49:32.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 10:49:32.136 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 10:49:32.136 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:49:32.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 10:49:32.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:32.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:32.139 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:32.140 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:32.140 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:32.140 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:32.140 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:32.140 INFO [main][AbstractShell] Close shell Testing shell 10:49:32.140 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:32.151 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:32.151 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:32.151 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:32.151 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:32.151 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:32.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:32.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:32.159 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:32.159 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:32.159 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:32.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:32.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:32.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:32.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:32.410 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 10:49:32.410 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:32.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:32.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:32.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:32.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:32.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:32.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:32.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:32.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:32.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:49:32.647 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 10:49:32.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:32.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:32.647 TRACE [main][WidgetHandler] Notify Table with event 13 10:49:32.647 TRACE [main][WidgetHandler] Wait for synchronization 10:49:32.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:32.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:32.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:32.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:32.649 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:32.650 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:32.650 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:32.650 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:32.650 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:32.650 INFO [main][AbstractShell] Close shell Testing shell 10:49:32.650 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:32.666 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:32.666 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:32.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:32.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:32.666 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:32.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:32.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:32.674 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:32.674 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:32.674 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:32.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:32.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:32.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:32.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:32.921 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 10:49:32.921 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:33.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:33.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:33.146 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:33.146 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:33.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:33.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:33.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:33.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:33.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 10:49:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:33.150 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 10:49:33.150 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:33.150 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:33.150 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:33.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:33.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:33.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:33.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 10:49:33.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:33.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:33.153 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 10:49:33.153 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:33.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:33.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:33.153 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:33.153 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:33.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:33.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:33.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:33.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:33.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 10:49:33.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:33.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:33.157 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:33.157 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:33.157 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:33.157 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:33.157 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:33.157 INFO [main][AbstractShell] Close shell Testing shell 10:49:33.157 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:33.166 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:33.166 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:33.166 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:33.166 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:33.166 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:33.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:33.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:33.171 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:33.171 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:33.171 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:33.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:33.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:33.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:33.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:33.430 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 10:49:33.430 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:33.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:33.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:33.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:33.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:33.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:33.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:33.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:33.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:33.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 10:49:33.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:33.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:33.660 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 10:49:33.660 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:33.660 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:33.660 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:33.661 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:33.661 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:33.661 INFO [main][AbstractShell] Close shell Testing shell 10:49:33.661 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:33.672 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:33.672 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:33.672 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:33.672 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:33.672 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:33.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:33.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:33.678 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:33.679 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:33.679 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:33.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:33.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:33.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:33.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:33.925 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 10:49:33.925 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:34.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:34.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:34.149 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:34.149 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:34.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:34.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:34.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:34.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:34.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 10:49:34.152 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 10:49:34.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:34.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:34.152 TRACE [main][WidgetHandler] Notify Table with event 13 10:49:34.152 TRACE [main][WidgetHandler] Wait for synchronization 10:49:34.152 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:34.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 10:49:34.152 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:34.153 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:34.153 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:34.153 INFO [main][AbstractShell] Close shell Testing shell 10:49:34.153 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:34.161 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:34.161 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:34.161 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:34.161 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:34.161 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:34.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:34.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:34.167 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:34.167 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:34.167 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:34.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:34.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:34.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:34.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:34.421 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 10:49:34.421 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:34.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:34.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:34.649 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:34.649 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:34.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:34.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:49:34.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:49:34.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:34.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 10:49:34.658 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 10:49:34.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:34.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:34.658 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:34.658 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:34.658 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:34.658 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:34.658 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:34.658 INFO [main][AbstractShell] Close shell Testing shell 10:49:34.658 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:34.667 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:34.668 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:34.668 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:34.668 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:34.668 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:34.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:34.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:34.673 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:34.673 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:34.673 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:34.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:34.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:34.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:34.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:34.921 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 10:49:34.921 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:35.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:35.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:35.144 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:35.144 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:35.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:35.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:35.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:35.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:35.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 10:49:35.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2... 10:49:35.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:35.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:35.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2 finished successfully 10:49:35.148 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:35.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 10:49:35.148 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:35.149 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:35.149 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:35.149 INFO [main][AbstractShell] Close shell Testing shell 10:49:35.149 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:35.157 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:35.157 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:35.157 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:35.157 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:35.157 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:35.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:35.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:35.163 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:35.163 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:35.163 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:35.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:35.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:35.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:35.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:35.409 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 10:49:35.409 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:35.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:35.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:35.633 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:35.633 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:35.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:35.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:35.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:35.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:35.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:49:35.634 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:35.634 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:35.634 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:35.634 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:35.635 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:35.635 INFO [main][AbstractShell] Close shell Testing shell 10:49:35.635 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:35.643 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:35.643 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:35.643 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:35.644 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:35.644 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:35.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:35.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:35.649 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:35.649 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:35.649 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:35.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:35.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:35.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:35.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:35.899 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 10:49:35.899 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:36.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:36.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:36.128 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:36.129 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:36.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:36.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:36.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:36.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:36.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 10:49:36.132 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') 10:49:36.132 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:36.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:36.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:36.132 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:36.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:36.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:36.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:36.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 10:49:36.135 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 10:49:36.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:36.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:36.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:49:36.135 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:36.135 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:36.135 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:36.135 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:36.135 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:36.135 INFO [main][AbstractShell] Close shell Testing shell 10:49:36.135 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:36.144 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:36.144 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:36.144 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:36.144 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:36.144 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:36.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:36.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:36.149 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:36.150 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:36.150 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:36.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:36.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:36.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:36.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:36.418 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 10:49:36.418 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:36.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:36.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:36.639 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:36.639 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:36.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:36.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:36.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:36.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:36.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:49:36.640 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 10:49:36.640 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:36.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 10:49:36.641 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:36.641 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:36.641 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:36.641 INFO [main][AbstractShell] Close shell Testing shell 10:49:36.641 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:36.649 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:36.649 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:36.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:36.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:36.649 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:36.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:36.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:36.655 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:36.655 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:36.655 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:36.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:36.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:36.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:36.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:36.911 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 10:49:36.911 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:37.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:37.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:37.136 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:37.136 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:37.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:37.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:37.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:37.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:37.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:49:37.137 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 10:49:37.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:37.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:37.138 TRACE [main][WidgetHandler] Notify Table with event 13 10:49:37.138 TRACE [main][WidgetHandler] Wait for synchronization 10:49:37.138 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:37.138 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:37.138 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:37.138 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:37.138 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:37.138 INFO [main][AbstractShell] Close shell Testing shell 10:49:37.138 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:37.147 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:37.147 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:37.147 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:37.147 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:37.147 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:37.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:37.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:37.153 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:37.153 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:37.153 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:37.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:37.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:37.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:37.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:37.402 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 10:49:37.402 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:37.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:37.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:37.628 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:37.628 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:37.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:37.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:37.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:37.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:37.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:49:37.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:37.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:37.636 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 10:49:37.636 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:37.637 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:37.637 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:37.637 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:37.637 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:37.637 INFO [main][AbstractShell] Close shell Testing shell 10:49:37.637 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:37.646 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:37.646 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:37.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:37.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:37.647 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:37.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:37.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:37.652 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:37.653 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:37.653 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:37.653 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:37.653 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:37.653 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:37.653 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:37.905 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 10:49:37.905 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:38.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:38.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:38.127 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:38.127 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:38.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:38.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:38.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:38.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:38.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:49:38.136 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:38.136 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:38.136 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:38.136 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:38.136 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:38.136 INFO [main][AbstractShell] Close shell Testing shell 10:49:38.136 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:38.145 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:38.145 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:38.145 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:38.145 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:38.145 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:38.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:38.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:38.150 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:38.150 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:38.151 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:38.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:38.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:38.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:38.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:38.402 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 10:49:38.402 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:38.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:38.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:38.623 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:38.623 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:38.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:38.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:38.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:38.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:38.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:49:38.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:38.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:38.633 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:38.633 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:38.633 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:38.633 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:38.633 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:38.633 INFO [main][AbstractShell] Close shell Testing shell 10:49:38.633 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:38.642 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:38.642 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:38.642 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:38.642 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:38.642 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:38.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:38.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:38.654 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:38.654 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:38.654 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:38.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:38.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:38.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:38.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:38.904 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 10:49:38.904 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:39.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:39.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:39.123 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:39.123 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:39.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:39.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:49:39.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:49:39.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:39.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 10:49:39.129 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 10:49:39.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:39.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:39.129 TRACE [main][WidgetHandler] Notify Table with event 13 10:49:39.129 TRACE [main][WidgetHandler] Wait for synchronization 10:49:39.129 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:39.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 10:49:39.129 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:39.130 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:39.130 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:39.130 INFO [main][AbstractShell] Close shell Testing shell 10:49:39.130 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:39.138 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:39.138 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:39.138 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:39.138 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:39.138 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:39.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:39.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:39.144 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:39.144 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:39.144 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:39.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:39.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:39.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:39.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:39.392 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 10:49:39.392 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:39.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:39.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:39.617 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:39.618 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:39.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:39.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:39.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:39.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:39.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:49:39.619 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:39.619 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:39.619 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:39.619 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:39.619 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:39.619 INFO [main][AbstractShell] Close shell Testing shell 10:49:39.619 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:39.628 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:39.628 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:39.628 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:39.628 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:39.628 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:39.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:39.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:39.633 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:39.633 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:39.634 INFO [WorkbenchTestable][RequirementsRunner] Started test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:39.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:39.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:39.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:39.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:39.880 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 10:49:39.880 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:40.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:40.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:40.105 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:40.105 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:40.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:40.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:40.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:40.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:40.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 10:49:40.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:40.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:40.109 INFO [WorkbenchTestable][AbstractTableItem] Double click table item x 10:49:40.110 TRACE [main][WidgetHandler] Notify Table with event 13 10:49:40.110 TRACE [main][WidgetHandler] Wait for synchronization 10:49:40.111 TRACE [main][WidgetHandler] Notify Table with event 8 10:49:40.111 TRACE [main][WidgetHandler] Wait for synchronization 10:49:40.112 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:40.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 10:49:40.112 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:40.112 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:40.112 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:40.112 INFO [main][AbstractShell] Close shell Testing shell 10:49:40.112 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:40.121 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:40.121 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:40.121 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:40.121 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:40.121 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:40.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:40.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:40.127 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:40.127 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:40.127 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:40.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:40.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:40.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:40.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:40.383 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 10:49:40.383 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:40.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:40.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:40.602 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:40.602 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:40.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:40.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:40.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:40.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:40.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 10:49:40.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:40.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:40.607 TRACE [main][WidgetHandler] Notify Table with event 13 10:49:40.607 TRACE [main][WidgetHandler] Wait for synchronization 10:49:40.607 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 10:49:40.607 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:40.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:40.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:40.607 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:40.607 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:40.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:40.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:40.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:40.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:40.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 10:49:40.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:40.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:40.611 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:40.611 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:40.611 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:40.611 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:40.611 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:40.611 INFO [main][AbstractShell] Close shell Testing shell 10:49:40.611 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:40.620 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:40.620 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:40.620 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:40.620 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:40.620 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:40.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:40.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:40.626 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:40.626 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:40.626 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:40.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:40.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:40.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:40.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:40.877 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 10:49:40.877 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:41.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:41.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:41.100 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:41.100 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:41.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:41.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:41.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:41.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:41.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:49:41.101 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4, 5) 10:49:41.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:41.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:41.101 TRACE [main][WidgetHandler] Notify Table with event 13 10:49:41.101 TRACE [main][WidgetHandler] Wait for synchronization 10:49:41.101 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:41.101 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:41.101 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:41.102 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:41.102 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:41.102 INFO [main][AbstractShell] Close shell Testing shell 10:49:41.102 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:41.111 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:41.111 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:41.111 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:41.111 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:41.111 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:41.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:41.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:41.116 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:41.116 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:41.116 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:41.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:41.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:41.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:41.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:41.359 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 10:49:41.359 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:41.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:41.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:41.577 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:41.577 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:41.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:41.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:41.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:41.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:41.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 10:49:41.580 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 10:49:41.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:41.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:41.581 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:41.581 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:41.581 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:41.581 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:41.581 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:41.581 INFO [main][AbstractShell] Close shell Testing shell 10:49:41.581 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:41.589 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:41.589 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:41.589 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:41.589 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:41.589 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:41.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:41.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:41.595 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:41.595 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:41.595 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:41.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:41.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:41.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:41.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:41.839 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 10:49:41.839 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:42.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:42.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:42.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:42.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:42.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:42.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:42.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:42.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:42.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:49:42.064 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 10:49:42.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:42.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:42.072 TRACE [main][WidgetHandler] Notify Table with event 13 10:49:42.072 TRACE [main][WidgetHandler] Wait for synchronization 10:49:42.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:42.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:42.074 INFO [WorkbenchTestable][AbstractTable] Deselect all table rows 10:49:42.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:42.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:42.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:42.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:42.076 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:42.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 10:49:42.076 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:42.076 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:42.076 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:42.076 INFO [main][AbstractShell] Close shell Testing shell 10:49:42.076 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:42.085 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:42.085 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:42.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:42.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:42.085 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:42.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:42.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:42.095 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:42.096 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:42.096 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:42.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:42.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:42.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:42.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:42.335 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 10:49:42.335 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:42.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:42.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:42.554 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:42.554 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:42.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:42.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:42.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:42.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:42.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:49:42.554 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 10:49:42.555 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:42.555 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:42.555 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:42.555 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:42.555 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:42.555 INFO [main][AbstractShell] Close shell Testing shell 10:49:42.555 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:42.563 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:42.564 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:42.564 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:42.564 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:42.564 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:42.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:42.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:42.569 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:42.569 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:42.569 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:42.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:42.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:42.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:42.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:42.814 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 10:49:42.814 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:43.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:43.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:43.034 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:43.034 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:43.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:43.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:43.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:43.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:43.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 10:49:43.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2... 10:49:43.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:43.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:43.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:43.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:44.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:44.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:44.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:44.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:45.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:45.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:45.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:45.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:46.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:46.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:46.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:46.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:47.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:47.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:47.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:47.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:48.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:48.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:48.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:48.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:49.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:49.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:49.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:49.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:50.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:50.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:50.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:50.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:51.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:51.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:51.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:51.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:52.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:52.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:52.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:52.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:53.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:49:53.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:49:53.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2 failed, an exception will be thrown 10:49:53.072 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:53.072 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:53.072 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:53.073 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:53.073 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:53.073 INFO [main][AbstractShell] Close shell Testing shell 10:49:53.073 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:53.082 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:53.082 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:53.082 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:53.082 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:53.082 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:53.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:53.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:53.087 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 10:49:53.088 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 10:49:53.088 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:53.088 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:53.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:53.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.984 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.53 s testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.497 s testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.513 s testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.512 s testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.515 s testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.497 s testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.507 s testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.488 s testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.506 s waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.49 s testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.486 s testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.5 s testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.505 s testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.498 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.497 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.49 s testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.489 s doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.493 s testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.499 s testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.49 s testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.479 s testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.5 s testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.473 s waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 10.518 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 10:49:53.102 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 10:49:53.102 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:49:53.103 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:53.103 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 10:49:53.103 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:53.103 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:49:53.105 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:53.105 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:49:53.105 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:53.105 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:53.105 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 10:49:53.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 10:49:53.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:53.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:53.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:53.285 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 10:49:53.285 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:53.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:53.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:53.438 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:53.438 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:53.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:53.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:53.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:53.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:53.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:49:53.439 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 10:49:53.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:53.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 10:49:53.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 10:49:53.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:53.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 10:49:53.439 INFO [WorkbenchTestable][AbstractTableItem] Set text array: [Ljava.lang.String;@40d90d2 10:49:53.448 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:53.448 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:53.448 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:53.448 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:53.448 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:53.448 INFO [main][AbstractShell] Close shell Testing shell 10:49:53.448 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:53.455 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:53.455 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:53.455 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 10:49:53.455 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:53.455 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:53.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:53.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:53.460 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 10:49:53.460 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:53.460 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 10:49:53.460 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 10:49:53.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:53.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:53.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:53.626 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 10:49:53.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:53.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:53.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:53.785 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:53.785 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:53.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:53.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:53.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:53.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:53.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 10:49:53.789 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") 10:49:53.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:53.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:53.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:53.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:53.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 10:49:53.789 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:53.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 10:49:53.789 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:53.790 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:53.790 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:53.790 INFO [main][AbstractShell] Close shell Testing shell 10:49:53.790 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:53.797 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:53.797 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:53.797 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 10:49:53.797 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:53.797 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:53.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:53.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:53.803 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 10:49:53.803 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:53.803 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 10:49:53.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 10:49:53.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:53.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:53.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:53.971 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 10:49:53.971 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:54.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:54.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:54.131 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:54.131 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:54.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:54.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:54.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:54.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:54.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 10:49:54.131 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:54.131 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:54.131 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:54.131 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:54.131 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:54.131 INFO [main][AbstractShell] Close shell Testing shell 10:49:54.131 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:54.138 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:54.138 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:54.138 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 10:49:54.138 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:54.138 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:54.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:54.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:54.149 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 10:49:54.149 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:54.149 INFO [WorkbenchTestable][RequirementsRunner] Started test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 10:49:54.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 10:49:54.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:54.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:54.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:54.311 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") 10:49:54.311 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:54.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:54.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:54.467 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:54.467 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:54.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:54.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:54.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:54.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:54.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 10:49:54.467 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:54.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 10:49:54.467 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:54.467 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:54.467 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:54.467 INFO [main][AbstractShell] Close shell Testing shell 10:49:54.467 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:54.474 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:54.474 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:54.474 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 10:49:54.474 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:54.474 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:54.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:54.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:54.485 INFO [WorkbenchTestable][RequirementsRunner] Finished test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 10:49:54.486 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:54.486 INFO [WorkbenchTestable][RequirementsRunner] Started test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 10:49:54.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 10:49:54.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:54.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:54.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:54.650 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 10:49:54.650 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:54.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:54.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:54.805 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:54.805 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:54.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:54.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:54.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:54.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:54.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 10:49:54.808 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") 10:49:54.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:54.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:54.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:54.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:54.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 10:49:54.809 INFO [WorkbenchTestable][AbstractTableItem] Double click table item 1 2 10:49:54.809 TRACE [main][WidgetHandler] Notify Table with event 13 10:49:54.809 TRACE [main][WidgetHandler] Wait for synchronization 10:49:54.810 TRACE [main][WidgetHandler] Notify Table with event 3 10:49:54.810 TRACE [main][WidgetHandler] Wait for synchronization 10:49:54.810 TRACE [main][WidgetHandler] Notify Table with event 4 10:49:54.810 TRACE [main][WidgetHandler] Wait for synchronization 10:49:54.811 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:54.811 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:54.811 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:54.811 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:54.811 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:54.811 INFO [main][AbstractShell] Close shell Testing shell 10:49:54.811 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:54.817 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:54.818 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:54.818 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 10:49:54.818 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:54.818 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:54.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:54.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:54.823 INFO [WorkbenchTestable][RequirementsRunner] Finished test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 10:49:54.823 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:54.823 INFO [WorkbenchTestable][RequirementsRunner] Started test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 10:49:54.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 10:49:54.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:54.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:54.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:54.986 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 10:49:54.986 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:55.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:55.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:55.148 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:55.148 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:55.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:55.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:55.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:55.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:55.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 10:49:55.148 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:55.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 10:49:55.148 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:55.148 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:55.148 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:55.148 INFO [main][AbstractShell] Close shell Testing shell 10:49:55.148 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:55.155 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:55.155 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:55.155 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 10:49:55.155 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:55.155 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:55.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:55.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:55.166 INFO [WorkbenchTestable][RequirementsRunner] Finished test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 10:49:55.166 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:55.166 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 10:49:55.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 10:49:55.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:55.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:55.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:55.335 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 10:49:55.335 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:55.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:55.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:55.491 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:55.491 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:55.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:55.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:55.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:55.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:55.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 10:49:55.494 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 10:49:55.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:55.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:55.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:55.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:55.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 10:49:55.494 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:55.494 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:55.494 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:55.495 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:55.495 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:55.495 INFO [main][AbstractShell] Close shell Testing shell 10:49:55.495 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:55.501 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:55.501 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:55.501 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 10:49:55.502 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:55.502 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:55.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:55.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:55.507 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 10:49:55.507 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:55.507 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 10:49:55.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 10:49:55.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:55.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:55.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:55.670 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 10:49:55.670 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:55.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:55.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:55.827 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:55.827 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:55.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:55.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:55.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:55.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:55.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 10:49:55.837 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 10:49:55.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:55.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:55.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:55.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:55.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 10:49:55.838 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:55.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 10:49:55.838 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:55.838 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:55.838 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:55.838 INFO [main][AbstractShell] Close shell Testing shell 10:49:55.838 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:55.845 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:55.845 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:55.845 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 10:49:55.845 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:55.845 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:55.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:55.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:55.851 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 10:49:55.851 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:55.851 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 10:49:55.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 10:49:55.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:55.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:55.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:56.018 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 10:49:56.018 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:56.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.177 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:56.177 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:56.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:56.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 10:49:56.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 10:49:56.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:56.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 10:49:56.177 INFO [WorkbenchTestable][AbstractTableItem] Set text some text in columnin column 6 10:49:56.178 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 10:49:56.178 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:56.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.179 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:56.179 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:56.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:56.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 10:49:56.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 10:49:56.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:56.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 10:49:56.183 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:56.184 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:56.184 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:56.184 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:56.184 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:56.184 INFO [main][AbstractShell] Close shell Testing shell 10:49:56.184 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:56.190 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:56.190 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:56.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 10:49:56.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:56.190 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:56.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.196 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 10:49:56.196 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:56.196 INFO [WorkbenchTestable][RequirementsRunner] Started test: setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 10:49:56.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 10:49:56.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:56.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:56.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:56.359 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 10:49:56.359 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:56.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.516 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:56.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:56.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:56.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:56.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:56.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:56.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:49:56.517 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 10:49:56.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:56.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 10:49:56.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6 is found 10:49:56.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:56.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 6 was found 10:49:56.518 INFO [WorkbenchTestable][AbstractTableItem] Set text some text 10:49:56.525 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 10:49:56.525 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:56.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.525 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:56.526 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:56.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:56.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 10:49:56.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6 is found 10:49:56.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:56.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 6 was found 10:49:56.526 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:56.526 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:56.526 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:56.526 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:56.526 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:56.526 INFO [main][AbstractShell] Close shell Testing shell 10:49:56.526 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:56.533 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:56.533 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:56.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 10:49:56.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:56.533 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:56.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.538 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 10:49:56.538 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 10:49:56.539 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:56.539 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:56.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.438 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.355 s referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.343 s defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.345 s text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.336 s click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.337 s index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.343 s referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.341 s referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.344 s setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.345 s setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.342 s Running org.eclipse.reddeer.swt.test.impl.combo.ComboTest 10:49:56.546 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 10:49:56.547 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:49:56.547 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:56.547 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 10:49:56.547 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:56.547 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:49:56.548 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:56.548 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:49:56.548 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:56.548 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:56.548 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 10:49:56.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 10:49:56.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:56.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:56.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:56.572 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 10:49:56.572 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:56.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.582 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:56.582 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:56.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:56.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:56.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:56.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:56.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 10:49:56.583 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:") 10:49:56.583 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:56.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.584 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:56.584 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:56.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:56.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:56.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:56.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:56.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 10:49:56.586 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:56.586 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:56.586 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:56.586 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:56.586 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:56.586 INFO [main][AbstractShell] Close shell Testing shell 10:49:56.586 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:56.593 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:56.593 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:56.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 10:49:56.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:56.593 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:56.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.598 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 10:49:56.598 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:56.598 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 10:49:56.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 10:49:56.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:56.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:56.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:56.614 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') 10:49:56.614 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:56.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.629 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:56.629 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:56.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:56.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:56.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 10:49:56.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 10:49:56.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 10:49:56.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 10:49:56.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:56.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:56.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 10:49:56.632 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 10:49:56.636 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:56.636 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:56.636 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:56.637 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:56.637 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:56.637 INFO [main][AbstractShell] Close shell Testing shell 10:49:56.637 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:56.644 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:56.644 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:56.644 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 10:49:56.644 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:56.644 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:56.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.649 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 10:49:56.649 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:56.649 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 10:49:56.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 10:49:56.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:56.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:56.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:56.666 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") 10:49:56.666 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:56.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.681 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:56.681 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:56.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:56.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:56.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:56.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:56.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 10:49:56.683 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 10:49:56.683 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:56.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.683 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:56.683 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:56.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:56.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:56.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:56.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:56.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 10:49:56.687 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") 10:49:56.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:56.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.687 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:56.687 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:56.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:56.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:56.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:56.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:56.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 10:49:56.689 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 10:49:56.689 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:56.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.689 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:56.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:56.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:56.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:56.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:56.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:56.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 10:49:56.689 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") 10:49:56.689 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:56.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.689 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:56.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:56.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:56.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:56.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:56.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:56.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 10:49:56.691 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 10:49:56.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:56.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.691 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:56.691 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:56.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:56.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:49:56.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:49:56.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:56.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 2 was found 10:49:56.691 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") 10:49:56.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:56.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.691 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:56.691 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:56.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:56.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:56.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:56.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:56.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 10:49:56.693 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 10:49:56.693 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:56.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.693 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:56.693 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:56.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:56.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 10:49:56.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 10:49:56.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:56.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 3 was found 10:49:56.694 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:56.694 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:56.694 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:56.694 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:56.694 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:56.694 INFO [main][AbstractShell] Close shell Testing shell 10:49:56.694 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:56.701 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:56.701 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:56.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 10:49:56.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:56.701 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:56.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.706 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 10:49:56.706 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:56.706 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 10:49:56.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 10:49:56.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:56.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:56.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:56.742 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") 10:49:56.742 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:56.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.754 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:56.754 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:56.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:56.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:56.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:56.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:56.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 10:49:56.757 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 10:49:56.757 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:56.757 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:56.757 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:56.758 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:56.758 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:56.758 INFO [main][AbstractShell] Close shell Testing shell 10:49:56.758 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:56.764 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:56.764 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:56.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 10:49:56.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:56.764 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:56.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.770 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 10:49:56.770 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:56.770 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 10:49:56.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 10:49:56.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:56.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:56.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:56.787 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") 10:49:56.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:56.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.802 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:56.802 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:56.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:56.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:56.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:56.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:56.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 10:49:56.804 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 2 10:49:56.804 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 10:49:56.804 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:56.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.827 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:56.827 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:56.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:56.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:56.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:56.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:56.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:56.828 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:56.828 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:56.828 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:56.828 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:56.829 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:56.829 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:56.829 INFO [main][AbstractShell] Close shell Testing shell 10:49:56.829 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:56.835 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:56.835 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:56.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 10:49:56.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:56.835 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:56.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.841 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 10:49:56.841 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:56.841 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 10:49:56.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 10:49:56.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:56.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:56.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:56.858 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 10:49:56.858 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:56.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.873 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:56.873 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:56.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:56.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:49:56.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:49:56.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:56.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 10:49:56.874 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 1 10:49:56.875 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:56.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 10:49:56.875 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:56.875 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:56.875 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:56.875 INFO [main][AbstractShell] Close shell Testing shell 10:49:56.876 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:56.882 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:56.882 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:56.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 10:49:56.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:56.882 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:56.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.888 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 10:49:56.888 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:56.888 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 10:49:56.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 10:49:56.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:56.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:56.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:56.905 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 10:49:56.905 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:56.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:56.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:56.938 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:56.938 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:56.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:56.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 10:49:56.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 10:49:57.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 10:49:57.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 10:49:57.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 10:49:57.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 10:49:57.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:49:57.941 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 5 was not found 10:49:57.941 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:57.941 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:57.941 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:57.941 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:57.941 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:57.941 INFO [main][AbstractShell] Close shell Testing shell 10:49:57.941 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:57.948 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:57.948 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:57.948 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 10:49:57.948 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:57.948 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:57.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:57.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:57.954 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 10:49:57.954 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:57.954 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 10:49:57.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 10:49:57.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:57.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:57.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:57.970 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_&*") 10:49:57.970 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:57.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:57.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:57.984 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:57.984 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:57.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:57.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:57.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:49:58.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:58.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:49:58.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:58.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:49:58.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:49:58.992 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was not found 10:49:58.992 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:58.992 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:58.992 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:58.992 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:58.992 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:58.992 INFO [main][AbstractShell] Close shell Testing shell 10:49:58.992 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:58.999 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:58.999 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:58.999 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 10:49:58.999 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:58.999 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:59.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:59.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:59.004 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 10:49:59.004 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:59.005 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 10:49:59.005 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 10:49:59.005 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:59.005 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:59.005 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:59.021 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") 10:49:59.021 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:59.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:59.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:59.035 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:59.035 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:59.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:59.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:59.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:59.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:59.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 10:49:59.037 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Item23 10:49:59.038 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 10:49:59.038 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:59.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:59.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:59.038 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:59.038 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:59.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:59.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:59.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:59.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:59.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:59.038 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:59.042 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:59.042 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:59.042 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:59.043 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:59.043 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:59.043 INFO [main][AbstractShell] Close shell Testing shell 10:49:59.043 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:59.048 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:59.049 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:59.049 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 10:49:59.049 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:59.049 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:59.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:59.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:59.054 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 10:49:59.054 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 10:49:59.054 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:59.054 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:59.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:59.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.508 s - in org.eclipse.reddeer.swt.test.impl.combo.ComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.05 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.051 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.057 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.064 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.071 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.047 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 1.066 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 1.05 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.049 s Running org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 10:49:59.058 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 10:49:59.059 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:49:59.059 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:59.059 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 10:49:59.059 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:59.059 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:49:59.063 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:59.063 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:49:59.063 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:59.064 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:59.064 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 10:49:59.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 10:49:59.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:59.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:59.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:59.084 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 10:49:59.084 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:59.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:59.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:59.092 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:59.092 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:59.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:59.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:49:59.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:49:59.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:59.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 2 was found 10:49:59.093 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 2 10:49:59.095 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 10:49:59.095 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:59.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:59.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:59.096 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:59.096 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:59.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:59.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:59.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:59.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:59.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:49:59.096 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:49:59.096 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:59.096 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:59.096 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:59.097 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:59.097 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:59.097 INFO [main][AbstractShell] Close shell Testing shell 10:49:59.097 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:59.102 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:59.102 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:59.102 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 10:49:59.102 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:59.102 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:59.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:59.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:59.107 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 10:49:59.107 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:59.107 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 10:49:59.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 10:49:59.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:59.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:59.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:59.128 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 10:49:59.128 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:59.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:59.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:59.136 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:59.136 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:59.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:59.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:59.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:59.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:59.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 10:49:59.138 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:59.138 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:59.138 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:59.138 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:59.138 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:59.138 INFO [main][AbstractShell] Close shell Testing shell 10:49:59.139 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:59.143 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:59.143 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:59.143 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 10:49:59.143 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:59.143 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:59.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:59.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:59.148 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 10:49:59.148 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:59.148 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 10:49:59.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 10:49:59.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:59.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:59.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:59.163 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 10:49:59.163 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:59.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:59.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:59.176 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:59.176 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:59.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:59.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:59.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:59.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:59.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 10:49:59.177 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 10:49:59.177 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 10:49:59.177 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:59.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:59.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:59.177 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:59.177 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:59.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:59.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:59.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:59.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:59.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 10:49:59.178 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:59.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 10:49:59.178 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:59.179 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:59.179 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:59.179 INFO [main][AbstractShell] Close shell Testing shell 10:49:59.179 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:59.183 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:59.183 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:59.183 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 10:49:59.184 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:59.184 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:59.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:59.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:59.189 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 10:49:59.189 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:59.189 INFO [WorkbenchTestable][RequirementsRunner] Started test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 10:49:59.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 10:49:59.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:59.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:59.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:59.209 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") 10:49:59.209 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:59.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:59.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:59.219 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:59.219 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:59.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:59.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:59.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:59.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:59.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 10:49:59.219 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") 10:49:59.219 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:59.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:59.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:59.219 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:59.219 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:59.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:59.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:59.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:59.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:59.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 10:49:59.219 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 10:49:59.221 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 10:49:59.221 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:59.221 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:49:59.221 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:59.221 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:59.221 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:59.221 INFO [main][AbstractShell] Close shell Testing shell 10:49:59.221 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:59.225 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:59.225 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:59.225 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 10:49:59.225 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:59.225 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:59.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:59.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:59.230 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 10:49:59.230 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:59.230 INFO [WorkbenchTestable][RequirementsRunner] Started test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 10:49:59.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 10:49:59.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:59.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:59.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:59.245 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 10:49:59.245 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:59.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:59.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:59.258 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:59.258 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:59.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:59.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:49:59.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:49:59.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:49:59.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 10:49:59.258 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:49:59.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 10:49:59.258 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:49:59.259 DEBUG [main][AbstractWait] Waiting until shell is active... 10:49:59.259 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:49:59.259 INFO [main][AbstractShell] Close shell Testing shell 10:49:59.259 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:49:59.263 DEBUG [main][AbstractWait] Waiting while shell is available... 10:49:59.263 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:49:59.263 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 10:49:59.263 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:49:59.263 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:49:59.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:59.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:59.268 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 10:49:59.268 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:49:59.268 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 10:49:59.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 10:49:59.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:49:59.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:49:59.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:49:59.283 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 10:49:59.283 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:49:59.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:49:59.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:49:59.296 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:49:59.296 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:49:59.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:49:59.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 10:49:59.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 10:49:59.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 10:49:59.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 10:50:00.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 10:50:00.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 10:50:00.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:50:00.298 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 5 was not found 10:50:00.298 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:00.298 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:00.298 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:00.298 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:00.298 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:00.298 INFO [main][AbstractShell] Close shell Testing shell 10:50:00.298 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:00.303 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:00.303 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:00.303 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 10:50:00.303 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:00.303 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:00.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:00.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:00.315 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 10:50:00.315 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:00.315 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 10:50:00.315 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 10:50:00.315 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:00.315 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:00.315 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:00.331 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_#$") 10:50:00.331 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:00.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:00.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:00.341 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:00.341 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:00.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:00.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:00.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:50:00.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:00.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:50:01.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:01.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:50:01.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:50:01.343 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was not found 10:50:01.343 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:01.343 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:01.343 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:01.343 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:01.343 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:01.343 INFO [main][AbstractShell] Close shell Testing shell 10:50:01.343 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:01.348 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:01.348 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:01.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 10:50:01.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:01.348 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:01.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.353 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 10:50:01.353 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:01.353 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 10:50:01.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 10:50:01.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:01.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:01.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:01.370 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") 10:50:01.370 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:01.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.383 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:01.383 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:01.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:01.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:01.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:01.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:01.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 10:50:01.383 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 10:50:01.384 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 10:50:01.384 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:01.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.384 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:01.384 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:01.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:01.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:01.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:01.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:01.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:50:01.384 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:50:01.385 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:01.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 10:50:01.385 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:01.385 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:01.385 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:01.385 INFO [main][AbstractShell] Close shell Testing shell 10:50:01.385 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:01.390 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:01.390 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:01.390 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 10:50:01.390 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:01.390 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:01.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.400 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 10:50:01.400 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 10:50:01.400 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:01.400 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:01.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.342 s - in org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.043 s getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.041 s getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.041 s isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.041 s tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.038 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 1.047 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 1.038 s findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.047 s Running org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 10:50:01.405 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 10:50:01.405 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:50:01.405 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:01.405 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 10:50:01.405 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:01.405 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:50:01.406 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:01.406 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:50:01.406 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:01.406 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:01.406 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 10:50:01.406 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 10:50:01.406 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:01.406 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:01.406 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:01.415 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 10:50:01.415 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:01.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.421 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:01.421 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:01.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:01.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:01.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:01.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:01.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 10:50:01.423 TRACE [main][WidgetHandler] Notify List with event 13 10:50:01.423 TRACE [main][WidgetHandler] Wait for synchronization 10:50:01.424 TRACE [main][WidgetHandler] Notify List with event 13 10:50:01.424 TRACE [main][WidgetHandler] Wait for synchronization 10:50:01.424 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:01.424 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:01.424 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:01.424 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:01.424 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:01.424 INFO [main][AbstractShell] Close shell Testing shell 10:50:01.424 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:01.427 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:01.427 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:01.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 10:50:01.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:01.427 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:01.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.437 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 10:50:01.437 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:01.437 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 10:50:01.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 10:50:01.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:01.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:01.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:01.444 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 10:50:01.444 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:01.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.453 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:01.453 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:01.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:01.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:01.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:01.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:01.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 10:50:01.453 TRACE [main][WidgetHandler] Notify List with event 13 10:50:01.453 TRACE [main][WidgetHandler] Wait for synchronization 10:50:01.454 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:01.454 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:01.454 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:01.454 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:01.454 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:01.454 INFO [main][AbstractShell] Close shell Testing shell 10:50:01.454 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:01.456 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:01.457 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:01.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 10:50:01.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:01.457 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:01.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.466 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 10:50:01.467 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:01.467 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 10:50:01.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 10:50:01.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:01.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:01.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:01.473 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 10:50:01.473 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:01.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.482 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:01.482 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:01.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:01.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:01.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:01.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:01.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 10:50:01.483 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:01.483 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:01.483 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:01.484 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:01.484 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:01.484 INFO [main][AbstractShell] Close shell Testing shell 10:50:01.484 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:01.487 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:01.487 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:01.487 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 10:50:01.487 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:01.487 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:01.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.491 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 10:50:01.491 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:01.492 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 10:50:01.492 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 10:50:01.492 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:01.492 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:01.492 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:01.502 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 10:50:01.502 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:01.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.513 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:01.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:01.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:01.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:01.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:01.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:01.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 10:50:01.514 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 10:50:01.515 TRACE [main][WidgetHandler] Notify List with event 13 10:50:01.515 TRACE [main][WidgetHandler] Wait for synchronization 10:50:01.516 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:01.516 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:01.516 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:01.516 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:01.516 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:01.516 INFO [main][AbstractShell] Close shell Testing shell 10:50:01.516 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:01.519 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:01.519 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:01.519 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 10:50:01.519 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:01.519 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:01.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.525 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 10:50:01.525 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:01.525 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 10:50:01.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 10:50:01.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:01.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:01.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:01.535 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 10:50:01.535 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:01.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.546 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:01.546 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:01.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:01.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:01.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:01.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:01.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 10:50:01.547 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') 10:50:01.547 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:01.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.547 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:01.547 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:01.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:01.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:01.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 10:50:01.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:01.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:01.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 10:50:01.548 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:01.548 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:01.548 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:01.548 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:01.548 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:01.548 INFO [main][AbstractShell] Close shell Testing shell 10:50:01.548 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:01.551 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:01.551 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:01.551 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 10:50:01.551 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:01.551 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:01.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.556 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 10:50:01.556 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:01.556 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 10:50:01.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 10:50:01.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:01.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:01.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:01.565 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 10:50:01.565 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:01.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.572 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:01.572 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:01.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:01.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:01.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:01.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:01.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 10:50:01.572 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 3) 10:50:01.572 TRACE [main][WidgetHandler] Notify List with event 13 10:50:01.572 TRACE [main][WidgetHandler] Wait for synchronization 10:50:01.573 TRACE [main][WidgetHandler] Notify List with event 13 10:50:01.573 TRACE [main][WidgetHandler] Wait for synchronization 10:50:01.574 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:01.574 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:01.574 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:01.574 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:01.574 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:01.574 INFO [main][AbstractShell] Close shell Testing shell 10:50:01.574 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:01.577 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:01.577 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:01.577 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 10:50:01.577 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:01.577 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:01.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.586 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 10:50:01.586 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:01.586 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 10:50:01.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 10:50:01.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:01.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:01.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:01.593 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 10:50:01.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:01.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.601 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:01.601 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:01.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:01.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:01.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:01.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:01.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 10:50:01.602 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 10:50:01.602 TRACE [main][WidgetHandler] Notify List with event 13 10:50:01.602 TRACE [main][WidgetHandler] Wait for synchronization 10:50:01.603 TRACE [main][WidgetHandler] Notify List with event 13 10:50:01.603 TRACE [main][WidgetHandler] Wait for synchronization 10:50:01.603 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:01.603 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:01.603 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:01.603 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:01.603 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:01.603 INFO [main][AbstractShell] Close shell Testing shell 10:50:01.603 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:01.606 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:01.606 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:01.606 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 10:50:01.606 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:01.606 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:01.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.616 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 10:50:01.616 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 10:50:01.616 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:01.616 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:01.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.eclipse.reddeer.swt.test.impl.list.DefaultListTest testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.031 s testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.029 s testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.024 s testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.033 s testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.031 s testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.03 s testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.03 s Running org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 10:50:01.621 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 10:50:01.621 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:50:01.621 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:01.621 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 10:50:01.621 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:01.621 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:50:01.622 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:01.622 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:50:01.622 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:01.622 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:01.622 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 10:50:01.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 10:50:01.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:01.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:01.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:01.636 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 10:50:01.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:01.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.646 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:01.646 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:01.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:01.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:50:01.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:50:01.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:01.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 2 was found 10:50:01.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 2 10:50:01.647 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 10:50:01.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:01.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.647 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:01.647 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:01.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:01.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:01.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:01.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:01.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:50:01.647 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:50:01.649 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 10:50:01.649 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:01.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.649 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:01.649 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:01.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:01.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:01.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:01.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:01.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 10:50:01.650 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:01.650 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:01.650 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:01.651 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:01.651 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:01.651 INFO [main][AbstractShell] Close shell Testing shell 10:50:01.651 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:01.655 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:01.655 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:01.655 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 10:50:01.655 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:01.655 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:01.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.666 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 10:50:01.666 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:01.666 INFO [WorkbenchTestable][RequirementsRunner] Started test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 10:50:01.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 10:50:01.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:01.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:01.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:01.679 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 10:50:01.679 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:01.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.689 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:01.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:01.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:01.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 10:50:01.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 10:50:01.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:01.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was found 10:50:01.690 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Item 3 10:50:01.690 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 3 10:50:01.691 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 10:50:01.691 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 10:50:01.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:01.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:01.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:01.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:01.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:01.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:01.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 10:50:01.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 10:50:02.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 10:50:02.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 10:50:02.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 10:50:02.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 10:50:02.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:50:02.694 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was not found 10:50:02.694 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:02.694 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:02.694 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:02.694 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:02.694 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:02.694 INFO [main][AbstractShell] Close shell Testing shell 10:50:02.694 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:02.698 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:02.698 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:02.698 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 10:50:02.698 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:02.698 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:02.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:02.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:02.704 INFO [WorkbenchTestable][RequirementsRunner] Finished test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 10:50:02.704 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:02.704 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 10:50:02.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 10:50:02.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:02.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:02.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:02.722 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 10:50:02.722 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:02.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:02.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:02.731 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:02.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:02.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:02.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 10:50:02.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 10:50:03.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 10:50:03.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 10:50:03.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 10:50:03.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 10:50:03.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:50:03.733 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 5 was not found 10:50:03.733 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:03.733 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:03.733 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:03.733 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:03.733 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:03.733 INFO [main][AbstractShell] Close shell Testing shell 10:50:03.733 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:03.738 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:03.738 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:03.738 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 10:50:03.738 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:03.738 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:03.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:03.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:03.749 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 10:50:03.749 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:03.749 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 10:50:03.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 10:50:03.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:03.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:03.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:03.763 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_#$") 10:50:03.763 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:03.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:03.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:03.773 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:03.773 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:03.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:03.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:03.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:50:04.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:04.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:50:04.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:04.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:50:04.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:50:04.775 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was not found 10:50:04.775 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:04.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 10:50:04.775 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:04.775 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:04.775 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:04.775 INFO [main][AbstractShell] Close shell Testing shell 10:50:04.775 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:04.780 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:04.780 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:04.780 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 10:50:04.780 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:04.780 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:04.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:04.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:04.785 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 10:50:04.785 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:04.785 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 10:50:04.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 10:50:04.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:04.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:04.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:04.803 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") 10:50:04.803 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:04.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:04.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:04.813 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:04.813 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:04.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:04.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:04.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:04.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:04.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:50:04.813 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 1 10:50:04.814 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 10:50:04.814 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:04.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:04.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:04.814 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:04.814 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:04.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:04.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:04.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:04.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:04.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:50:04.814 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:50:04.815 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 10:50:04.815 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:04.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:04.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:04.815 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:04.815 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:04.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:04.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:04.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:04.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:04.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 10:50:04.815 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:04.815 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:04.815 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:04.815 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:04.815 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:04.815 INFO [main][AbstractShell] Close shell Testing shell 10:50:04.815 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:04.819 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:04.819 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:04.819 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 10:50:04.819 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:04.819 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:04.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:04.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:04.830 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 10:50:04.830 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 10:50:04.830 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:04.830 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:04.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:04.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.21 s - in org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 0.044 s close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.038 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.045 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.036 s findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 0.045 s Running org.eclipse.reddeer.swt.test.DummyTest 10:50:04.834 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.DummyTest 10:50:04.834 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:50:04.835 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:04.835 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 10:50:04.835 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:04.835 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:50:04.835 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:04.835 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:50:04.835 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:04.835 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:04.835 INFO [WorkbenchTestable][RequirementsRunner] Started test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 10:50:04.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 10:50:04.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:04.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:04.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:04.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 10:50:04.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:04.835 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:04.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:04.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:04.836 INFO [WorkbenchTestable][RequirementsRunner] Finished test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 10:50:04.836 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 10:50:04.836 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:04.836 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:04.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:04.836 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.001 s Running org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest regexMatcherFailureTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0.001 s regexMatcherMatchesEverythingTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0 s regexMatcherDigitsTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0 s Running org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 10:50:04.854 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 10:50:04.855 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:50:04.855 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:04.855 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 10:50:04.855 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:04.855 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:50:04.855 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:04.855 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:50:04.855 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:04.855 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:04.855 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 10:50:04.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 10:50:04.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:04.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:04.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:04.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:04.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:04.869 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:04.869 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 10:50:04.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:04.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:50:04.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:50:04.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:04.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 2 was found 10:50:04.870 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:04.870 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:04.870 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:04.870 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:04.870 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:04.870 INFO [main][AbstractShell] Close shell Testing shell 10:50:04.870 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:04.873 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:04.873 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:04.873 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 10:50:04.873 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:04.873 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:04.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:04.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:04.879 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 10:50:04.879 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:04.879 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 10:50:04.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 10:50:04.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:04.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:04.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:04.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:04.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:04.897 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:04.897 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') 10:50:04.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:04.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:04.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:04.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:04.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 10:50:04.898 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:04.898 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:04.898 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:04.898 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:04.898 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:04.898 INFO [main][AbstractShell] Close shell Testing shell 10:50:04.898 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:04.900 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:04.901 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:04.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 10:50:04.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:04.901 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:04.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:04.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:04.911 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 10:50:04.911 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:04.911 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 10:50:04.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 10:50:04.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:04.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:04.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:04.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:50:04.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:04.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:04.927 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:50:04.931 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") 10:50:04.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:04.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:04.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:04.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:04.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 10:50:04.935 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:04.935 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:04.935 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:04.935 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:04.935 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:04.935 INFO [main][AbstractShell] Close shell Testing shell 10:50:04.935 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:04.937 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:04.937 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:04.937 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 10:50:04.937 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:04.937 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:04.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:06.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 10:50:06.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 10:50:07.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 10:50:07.442 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 10:50:07.442 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:07.442 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 10:50:07.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 10:50:07.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:07.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:07.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:07.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:07.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:07.462 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:07.463 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") 10:50:07.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:07.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:07.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:07.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:07.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 10:50:07.463 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:07.463 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:07.463 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:07.463 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:07.463 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:07.463 INFO [main][AbstractShell] Close shell Testing shell 10:50:07.463 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:07.466 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:07.466 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:07.466 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 10:50:07.466 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:07.466 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:07.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:07.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:07.482 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 10:50:07.482 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:07.482 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 10:50:07.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 10:50:07.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:07.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:07.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:07.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:07.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:07.494 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:07.494 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 10:50:07.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:07.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:07.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:07.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:07.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found PUSH tooltip 10:50:07.494 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:07.494 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:07.494 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:07.494 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:07.494 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:07.494 INFO [main][AbstractShell] Close shell Testing shell 10:50:07.494 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:07.497 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:07.497 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:07.497 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 10:50:07.497 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:07.497 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:07.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:07.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:07.513 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 10:50:07.513 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 10:50:07.513 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:07.513 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:07.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:07.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.659 s - in org.eclipse.reddeer.swt.test.toolitem.ToolItemTest constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.024 s constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.032 s WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 2.531 s testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.04 s constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.031 s Running org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 10:50:07.517 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 10:50:07.518 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:50:07.518 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:07.518 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 10:50:07.518 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:07.518 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:50:07.518 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:07.518 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:50:07.518 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:07.518 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:07.519 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 10:50:07.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 10:50:07.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:07.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:07.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:07.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:50:07.528 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:07.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:07.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:07.541 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:07.541 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:07.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:07.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:07.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:07.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:07.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:07.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX]... 10:50:07.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:50:07.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:50:07.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 10:50:07.544 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:50:07.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:50:08.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:50:08.044 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:50:08.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 10:50:08.047 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:50:08.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:50:08.047 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:50:08.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:50:08.047 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:50:08.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:50:08.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:50:08.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 10:50:08.547 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:50:08.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:50:08.548 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:50:08.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:50:08.548 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:50:08.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 10:50:08.548 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:50:08.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:50:08.548 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:50:08.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:50:08.548 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:50:08.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX] failed, an exception will be thrown 10:50:08.548 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:08.548 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:08.548 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:08.549 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:08.549 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:08.549 INFO [main][AbstractShell] Close shell Testing shell 10:50:08.549 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:08.553 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:08.553 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:08.553 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 10:50:08.553 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:08.553 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:08.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:08.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:08.558 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 10:50:08.558 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:08.558 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 10:50:08.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 10:50:08.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:08.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:08.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:08.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:50:08.567 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:08.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:08.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:08.583 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:08.583 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:08.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:08.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:08.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:08.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:08.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:08.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 10:50:08.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:50:08.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:50:08.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 10:50:08.585 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:50:08.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:50:09.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:50:09.086 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:50:09.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 10:50:09.088 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:50:09.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:50:09.088 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:50:09.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:50:09.088 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:50:09.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 10:50:09.088 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:50:09.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:50:09.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:50:09.589 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:50:09.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 10:50:09.591 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:50:09.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:50:09.591 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 10:50:09.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:50:09.591 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:50:09.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully 10:50:09.591 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:50:09.591 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:09.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:09.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:09.591 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:09.591 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:09.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:09.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:09.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:09.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 10:50:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:50:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:50:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 10:50:09.592 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:50:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:50:09.592 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:50:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:50:09.592 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:50:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 10:50:09.592 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:50:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:50:09.592 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:50:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:50:09.592 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:50:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 10:50:09.592 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:50:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:50:09.592 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 10:50:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:50:09.592 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:50:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 10:50:09.592 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:50:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:50:09.592 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 10:50:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:50:09.592 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:50:09.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully 10:50:09.593 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:09.593 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:09.593 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:09.593 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:09.593 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:09.593 INFO [main][AbstractShell] Close shell Testing shell 10:50:09.593 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:09.596 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:09.597 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:09.597 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 10:50:09.597 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:09.597 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:09.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:09.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:09.602 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 10:50:09.602 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:09.602 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 10:50:09.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 10:50:09.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:09.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:09.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:09.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:50:09.611 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:09.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:09.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:09.626 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:09.627 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:09.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:09.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:09.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:09.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:09.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:09.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]... 10:50:09.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:50:09.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:50:09.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully 10:50:09.628 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:50:09.628 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:09.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:09.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:09.628 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:09.629 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:09.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:09.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:09.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:09.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:09.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:09.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]... 10:50:09.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:50:09.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:50:09.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully 10:50:09.629 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:09.629 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:09.629 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:09.629 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:09.629 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:09.629 INFO [main][AbstractShell] Close shell Testing shell 10:50:09.629 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:09.632 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:09.632 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:09.632 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 10:50:09.632 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:09.632 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:09.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:09.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:09.637 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 10:50:09.637 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:09.637 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 10:50:09.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 10:50:09.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:09.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:09.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:09.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:50:09.646 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:09.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:09.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:09.663 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:09.663 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:09.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:09.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:09.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:09.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:09.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:09.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA]... 10:50:09.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:50:09.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:50:10.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:50:10.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:50:10.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:50:10.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:50:10.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA] failed, NO exception will be thrown 10:50:10.666 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:10.666 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:10.666 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:10.667 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:10.667 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:10.667 INFO [main][AbstractShell] Close shell Testing shell 10:50:10.667 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:10.670 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:10.670 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:10.670 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 10:50:10.670 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:10.670 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:10.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:10.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:10.676 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 10:50:10.676 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:10.676 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 10:50:10.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 10:50:10.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:10.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:10.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:10.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:50:10.695 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:10.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:10.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:10.708 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:10.708 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:10.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:10.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:10.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:10.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:10.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:10.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]... 10:50:10.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:50:10.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:50:11.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:50:11.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:50:11.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:50:11.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:50:11.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown 10:50:11.712 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:50:11.712 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:11.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:11.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:11.712 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:11.712 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:11.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:11.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:11.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:11.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:11.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:11.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]... 10:50:11.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:50:11.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:50:12.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:50:12.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:50:12.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:50:12.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:50:12.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown 10:50:12.713 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:12.713 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:12.713 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:12.714 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:12.714 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:12.714 INFO [main][AbstractShell] Close shell Testing shell 10:50:12.714 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:12.718 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:12.718 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:12.718 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 10:50:12.718 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:12.718 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:12.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:12.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:12.723 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 10:50:12.723 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:12.723 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 10:50:12.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 10:50:12.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:12.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:12.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:12.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:50:12.742 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:12.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:12.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:12.755 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:12.755 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:12.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:12.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:12.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:12.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:12.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:12.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null... 10:50:13.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null failed, an exception will be thrown 10:50:13.757 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:13.757 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:13.757 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:13.757 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:13.757 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:13.757 INFO [main][AbstractShell] Close shell Testing shell 10:50:13.757 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:13.761 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:13.761 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:13.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 10:50:13.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:13.761 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:13.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:13.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:13.767 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 10:50:13.767 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:13.767 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 10:50:13.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 10:50:13.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:13.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:13.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:13.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:50:13.776 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:13.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:13.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:13.792 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:13.792 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:13.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:13.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:13.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:13.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:13.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:13.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 10:50:14.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] failed, an exception will be thrown 10:50:14.795 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:14.795 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:14.795 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:14.796 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:14.796 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:14.796 INFO [main][AbstractShell] Close shell Testing shell 10:50:14.796 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:14.799 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:14.799 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:14.799 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 10:50:14.799 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:14.799 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:14.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:14.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:14.804 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 10:50:14.804 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 10:50:14.804 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:14.804 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:14.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:14.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.298 s - in org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.039 s testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.044 s testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 0.035 s testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.039 s testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 2.047 s testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.044 s testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.037 s Running org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest 10:50:14.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 10:50:14.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 10:50:14.830 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 10:50:14.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:14.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:14.830 INFO [WorkbenchTestable][AbstractShell] Close shell shell 10:50:14.830 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 10:50:14.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:50:14.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:50:14.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 10:50:14.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 10:50:14.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 10:50:14.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:14.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:14.863 INFO [WorkbenchTestable][AbstractShell] Close shell shell 10:50:14.863 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 10:50:14.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:50:14.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:50:14.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 10:50:14.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 10:50:14.888 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 10:50:14.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:14.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:14.888 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'shell' 10:50:14.889 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'shell' 10:50:14.889 INFO [WorkbenchTestable][AbstractShell] Close shell shell 10:50:14.889 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 10:50:14.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:50:14.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:50:14.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 10:50:14.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 10:50:14.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 10:50:14.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:14.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:14.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 10:50:14.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 10:50:14.934 INFO [WorkbenchTestable][AbstractShell] Close shell shell 10:50:14.934 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 10:50:14.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:50:14.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:50:14.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 10:50:14.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 10:50:14.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 10:50:14.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:14.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:14.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 10:50:15.964 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 10:50:15.964 INFO [WorkbenchTestable][AbstractShell] Close shell shell 10:50:15.964 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 10:50:15.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:50:15.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:50:15.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 10:50:15.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 10:50:15.998 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 10:50:15.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:15.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:15.998 INFO [WorkbenchTestable][AbstractShell] Close shell shell 10:50:15.998 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 10:50:16.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:50:16.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:50:16.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 10:50:16.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 10:50:16.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 10:50:16.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:16.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:16.031 INFO [WorkbenchTestable][AbstractShell] Close shell shell 10:50:16.031 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 10:50:16.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:50:16.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:50:16.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 10:50:16.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 10:50:16.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 10:50:16.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:16.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:16.063 INFO [WorkbenchTestable][AbstractShell] Close shell shell 10:50:16.063 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 10:50:16.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:50:16.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:50:16.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 10:50:16.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 10:50:16.094 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 10:50:16.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:16.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:16.094 INFO [WorkbenchTestable][AbstractShell] Close shell shell 10:50:16.094 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 10:50:16.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:50:16.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:50:16.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 10:50:16.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 10:50:16.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 10:50:16.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:16.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:16.119 INFO [WorkbenchTestable][AbstractShell] Close shell shell 10:50:16.119 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 10:50:16.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:50:16.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:50:16.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 10:50:16.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 10:50:16.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 10:50:16.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:16.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:16.134 INFO [WorkbenchTestable][AbstractShell] Close shell shell 10:50:16.134 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 10:50:16.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:50:16.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:50:16.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 10:50:16.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 10:50:16.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 10:50:16.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:16.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:16.166 INFO [WorkbenchTestable][AbstractShell] Close shell shell 10:50:16.166 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 10:50:16.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:50:16.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.364 s - in org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest testGetResultShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.017 s testShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.032 s testMinimizeMaximize(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.027 s testWaitUntil(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.057 s testWaitWhile(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 1.029 s testClosedShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.033 s testShellWithMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.033 s testGetResultNull(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.021 s testShellWithTextUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.031 s testShellWithLabelMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.025 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.032 s Running org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 10:50:16.188 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 10:50:16.188 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:50:16.189 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:16.189 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 10:50:16.189 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:16.189 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:50:16.189 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:16.189 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:50:16.189 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:16.190 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:16.190 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 10:50:16.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 10:50:16.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:16.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:16.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:16.275 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 10:50:16.275 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:16.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:16.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:16.357 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:16.357 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:16.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:16.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:16.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:16.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:16.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:50:16.358 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:16.358 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:16.358 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:16.358 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:16.358 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:16.358 INFO [main][AbstractShell] Close shell Testing shell 10:50:16.358 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:16.364 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:16.364 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:16.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 10:50:16.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:16.364 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:16.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:16.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:16.369 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 10:50:16.369 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:16.369 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 10:50:16.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 10:50:16.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:16.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:16.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:16.453 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 10:50:16.453 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:16.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:16.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:16.535 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:16.535 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:16.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:16.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:16.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:16.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:16.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:50:16.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:50:16.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:50:16.538 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:16.538 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:16.538 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:16.538 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:16.538 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:16.538 INFO [main][AbstractShell] Close shell Testing shell 10:50:16.538 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:16.546 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:16.546 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:16.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 10:50:16.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:16.546 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:16.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:16.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:16.552 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 10:50:16.552 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:16.552 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 10:50:16.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 10:50:16.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:16.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:16.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:16.637 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 10:50:16.637 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:16.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:16.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:16.720 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:16.720 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:16.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:16.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:16.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:16.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:16.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:50:16.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:50:16.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:50:16.723 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:16.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 10:50:16.723 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:16.723 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:16.723 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:16.723 INFO [main][AbstractShell] Close shell Testing shell 10:50:16.723 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:16.729 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:16.729 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:16.729 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 10:50:16.729 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:16.729 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:16.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:16.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:16.733 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 10:50:16.733 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:16.734 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 10:50:16.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 10:50:16.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:16.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:16.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:16.816 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 10:50:16.816 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:16.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:16.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:16.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:16.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:16.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:16.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:50:16.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:50:16.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:16.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 10:50:16.904 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:16.905 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:16.905 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:16.905 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:16.905 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:16.905 INFO [main][AbstractShell] Close shell Testing shell 10:50:16.905 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:16.910 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:16.911 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:16.911 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 10:50:16.911 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:16.911 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:16.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:16.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:16.915 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 10:50:16.915 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:16.915 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 10:50:16.915 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 10:50:16.915 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:16.915 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:16.915 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:17.000 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 10:50:17.000 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:17.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:17.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:17.083 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:17.083 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:17.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:17.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:17.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:17.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:17.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:50:17.084 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:17.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 10:50:17.084 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:17.085 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:17.085 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:17.085 INFO [main][AbstractShell] Close shell Testing shell 10:50:17.085 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:17.090 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:17.090 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:17.090 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 10:50:17.090 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:17.090 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:17.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:17.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:17.095 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 10:50:17.095 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:17.095 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 10:50:17.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 10:50:17.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:17.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:17.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:17.181 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 10:50:17.181 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:17.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:17.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:17.270 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:17.270 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:17.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:17.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:17.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:17.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:17.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:50:17.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:50:17.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:50:17.281 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:17.281 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:17.281 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:17.281 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:17.281 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:17.281 INFO [main][AbstractShell] Close shell Testing shell 10:50:17.281 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:17.288 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:17.288 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:17.288 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 10:50:17.288 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:17.288 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:17.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:17.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:17.305 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 10:50:17.305 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:17.305 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 10:50:17.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 10:50:17.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:17.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:17.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:17.389 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 10:50:17.389 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:17.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:17.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:17.475 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:17.475 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:17.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:17.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:17.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:17.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:17.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:50:17.476 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 10:50:17.476 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:17.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:17.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:17.476 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:17.476 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:17.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:17.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:17.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:17.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:17.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:50:17.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:50:17.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:50:17.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:50:17.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:50:17.487 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:17.487 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:17.487 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:17.488 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:17.488 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:17.488 INFO [main][AbstractShell] Close shell Testing shell 10:50:17.488 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:17.494 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:17.494 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:17.494 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 10:50:17.494 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:17.494 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:17.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:17.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:17.499 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 10:50:17.499 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:17.500 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 10:50:17.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 10:50:17.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:17.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:17.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:17.585 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 10:50:17.585 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:17.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:17.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:17.671 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:50:17.671 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:17.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:17.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:17.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:17.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:17.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:50:17.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:50:17.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:50:17.681 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:17.681 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:17.681 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:17.681 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:17.681 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:17.681 INFO [main][AbstractShell] Close shell Testing shell 10:50:17.681 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:17.687 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:17.687 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:17.687 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 10:50:17.687 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:17.687 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:17.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:17.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:17.703 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 10:50:17.704 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 10:50:17.704 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:17.704 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:17.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:17.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.517 s - in org.eclipse.reddeer.swt.test.condition.TableHasRowsTest tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.179 s tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.183 s tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.181 s tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.181 s tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.18 s tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.21 s tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.194 s tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.203 s Running org.eclipse.reddeer.swt.test.shell.DefaultShellTest 10:50:17.709 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 10:50:17.709 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:50:17.709 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:17.709 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 10:50:17.709 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:17.709 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:50:17.710 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:17.710 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:50:17.710 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:17.710 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:17.710 INFO [WorkbenchTestable][RequirementsRunner] Started test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 10:50:17.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 10:50:17.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:17.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:17.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:17.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 10:50:17.738 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 10:50:17.738 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 10:50:17.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:17.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:17.738 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") 10:50:17.738 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:17.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:17.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:17.738 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 10:50:17.738 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:17.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:17.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:17.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:17.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:17.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 10:50:17.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 1"] is available.... 10:50:17.738 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 10:50:17.738 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 1 10:50:17.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:17.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:17.738 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") 10:50:17.738 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:17.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:17.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:17.738 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 1" as the parent 10:50:17.738 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:17.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:17.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:17.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:17.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:17.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 10:50:17.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 10:50:17.739 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 10:50:17.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 10:50:17.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:17.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:17.740 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") 10:50:17.740 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:17.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:17.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:17.740 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 10:50:17.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:17.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:17.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:17.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:17.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:17.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 10:50:17.741 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") 10:50:17.741 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:17.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:17.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:17.741 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 10:50:17.741 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:17.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:17.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:17.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:50:18.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:18.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:50:18.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:18.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:50:18.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:50:18.742 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was not found 10:50:18.742 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 1 10:50:18.742 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 1' 10:50:18.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:50:18.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:50:18.745 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 2 10:50:18.745 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 2' 10:50:18.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:50:18.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:50:18.752 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 10:50:18.752 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:18.752 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:18.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:18.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:18.753 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 10:50:18.753 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:18.753 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 10:50:18.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 10:50:18.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:18.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:18.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:18.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 10:50:18.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 10:50:18.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 10:50:18.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:18.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:18.780 INFO [WorkbenchTestable][AbstractShell] Close shell 10:50:18.780 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 10:50:18.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:50:18.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:50:18.798 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 10:50:18.798 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:18.798 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:18.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:18.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:18.798 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 10:50:18.798 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:18.798 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 10:50:18.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 10:50:18.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:18.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:18.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:18.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:18.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:18.798 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:50:18.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:18.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:18.798 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 10:50:18.798 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:18.798 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:18.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:18.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:18.799 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 10:50:18.799 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:18.799 INFO [WorkbenchTestable][RequirementsRunner] Started test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 10:50:18.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 10:50:18.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:18.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:18.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:18.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available.... 10:50:18.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available. finished successfully 10:50:18.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MaxMin 10:50:18.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:18.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:18.818 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'MaxMin' 10:50:18.819 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 10:50:18.820 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'MaxMin' 10:50:18.820 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 10:50:18.821 INFO [WorkbenchTestable][AbstractShell] Close shell MaxMin 10:50:18.821 INFO [WorkbenchTestable][ShellHandler] Closing shell 'MaxMin' 10:50:18.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:50:18.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:50:18.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 10:50:18.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:18.843 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:18.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:18.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:18.844 INFO [WorkbenchTestable][RequirementsRunner] Finished test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 10:50:18.844 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:18.844 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 10:50:18.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 10:50:18.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:18.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:18.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:18.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 10:50:18.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 10:50:18.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 10:50:18.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:18.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:18.862 INFO [WorkbenchTestable][AbstractShell] Close shell 10:50:18.862 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 10:50:18.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:50:18.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:50:18.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 10:50:18.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:18.881 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:18.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:18.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:18.882 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 10:50:18.882 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:18.882 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 10:50:18.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 10:50:18.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:18.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:18.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:18.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Dummy shell"] is available.... 10:50:18.903 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 10:50:18.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Dummy shell 10:50:18.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:18.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:18.903 INFO [WorkbenchTestable][AbstractShell] Close shell Dummy shell 10:50:18.903 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Dummy shell' 10:50:18.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:50:18.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:50:18.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 10:50:18.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:18.912 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:18.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:18.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:18.912 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 10:50:18.912 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 10:50:18.912 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:18.912 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:18.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:18.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.204 s - in org.eclipse.reddeer.swt.test.shell.DefaultShellTest activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 1.043 s testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.045 s defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.001 s manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.045 s testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.038 s closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.03 s Running org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 10:50:18.926 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 10:50:18.926 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:50:18.926 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:18.926 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 10:50:18.926 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:18.926 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:50:18.934 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:18.934 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:50:18.934 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:18.935 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:18.935 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 10:50:18.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 10:50:18.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:18.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:18.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:18.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:50:18.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:18.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:18.935 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:50:18.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 10:50:18.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:18.935 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:18.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:18.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:18.935 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 10:50:18.935 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:18.935 INFO [WorkbenchTestable][RequirementsRunner] Started test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 10:50:18.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 10:50:18.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:18.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:18.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:18.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:50:18.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:18.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:18.935 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:50:18.935 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 10:50:18.935 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 10:50:18.936 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 10:50:18.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 10:50:18.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:18.936 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:18.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:18.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:18.937 INFO [WorkbenchTestable][RequirementsRunner] Finished test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 10:50:18.937 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 10:50:18.937 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:18.937 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:18.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:18.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) Time elapsed: 0 s maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) Time elapsed: 0.002 s Running org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 10:50:18.941 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 10:50:18.941 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:50:18.942 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:18.942 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 10:50:18.942 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:18.942 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:50:18.962 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:18.962 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:50:18.962 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:18.963 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:18.963 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 10:50:18.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 10:50:18.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:18.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:18.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:18.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:18.982 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 10:50:18.983 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:50:18.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:18.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:18.983 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) 10:50:18.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:18.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:18.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:18.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:18.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:50:18.984 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:18.985 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:50:18.985 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:18.985 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:18.985 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:18.985 INFO [main][AbstractShell] Close shell Testing shell 10:50:18.985 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:18.987 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:18.987 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:18.987 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 10:50:18.987 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:18.987 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:19.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.003 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 10:50:19.003 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 10:50:19.003 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:19.003 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:19.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.reddeer.swt.test.widgets.DefaultControlTest defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) Time elapsed: 0.04 s Running org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 10:50:19.008 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 10:50:19.008 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:50:19.008 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:19.008 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 10:50:19.008 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:19.008 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:50:19.009 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:19.009 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:50:19.009 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:19.009 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:19.009 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 10:50:19.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 10:50:19.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:19.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:19.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:19.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:19.020 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 10:50:19.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:50:19.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:19.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:19.020 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) 10:50:19.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:50:19.029 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Testing shell' 10:50:19.030 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:50:19.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 10:50:19.030 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:50:19.030 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:19.030 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:19.030 INFO [main][AbstractShell] Close shell Testing shell 10:50:19.030 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:50:19.033 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:19.033 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:19.033 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 10:50:19.033 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:19.033 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:19.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.048 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 10:50:19.048 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 10:50:19.048 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:19.048 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:19.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) Time elapsed: 0.039 s Running org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 10:50:19.053 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 10:50:19.053 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:50:19.053 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:19.053 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 10:50:19.053 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:19.053 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:50:19.054 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:19.054 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:50:19.054 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:19.054 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:19.054 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 10:50:19.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 10:50:19.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:19.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:19.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:19.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.057 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 10:50:19.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:50:19.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:19.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:19.059 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:50:19.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 10:50:19.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:50:19.061 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 10:50:19.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 10:50:19.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:50:19.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:50:19.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:50:19.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:50:19.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:50:19.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:19.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:19.075 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:50:19.078 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 10:50:19.078 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:19.078 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:19.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.078 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 10:50:19.078 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:19.078 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 10:50:19.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 10:50:19.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:19.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:19.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:19.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.080 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 10:50:19.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:50:19.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:19.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:19.083 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:50:19.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 10:50:19.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:50:19.084 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 10:50:19.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 10:50:19.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:50:19.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:50:19.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:50:19.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:50:19.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.086 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 10:50:19.086 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") 10:50:19.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 10:50:19.087 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 10:50:19.087 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:19.087 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:19.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.087 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 10:50:19.087 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:19.087 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 10:50:19.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 10:50:19.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:19.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:19.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:19.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.098 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 10:50:19.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:50:19.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:19.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:19.100 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:50:19.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 '\*?\QRedDeer SWT\E') 10:50:19.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:50:19.102 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 10:50:19.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 10:50:19.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:50:19.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:50:19.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:50:19.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:50:19.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.103 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 10:50:19.103 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") 10:50:19.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 10:50:19.104 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 10:50:19.104 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 10:50:19.104 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:50:19.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 10:50:19.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:19.113 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:19.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.113 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 10:50:19.113 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:19.113 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 10:50:19.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 10:50:19.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:19.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:19.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:19.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.115 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 10:50:19.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.117 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:50:19.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:19.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:19.117 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:50:19.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 10:50:19.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:50:19.119 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 10:50:19.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 10:50:19.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:50:19.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:50:19.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:50:19.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:50:19.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.120 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 10:50:19.120 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.*') 10:50:19.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 10:50:19.129 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 10:50:19.129 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 10:50:19.129 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:50:19.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 10:50:19.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:19.129 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:19.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.129 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 10:50:19.129 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 10:50:19.129 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:19.129 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:19.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.024 s testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.009 s testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.026 s testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.016 s Running org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 10:50:19.139 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 10:50:19.140 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:50:19.140 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:19.140 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 10:50:19.140 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:19.140 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:50:19.141 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:19.141 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:50:19.141 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:19.141 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:19.141 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 10:50:19.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 10:50:19.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:19.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:19.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:19.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:50:19.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:19.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:19.142 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:50:19.142 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") 10:50:19.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 10:50:19.145 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 10:50:19.145 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 10:50:19.145 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:50:19.145 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 10:50:19.145 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:19.145 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:19.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.146 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 10:50:19.146 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:19.146 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 10:50:19.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 10:50:19.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:19.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:19.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:19.146 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:50:19.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:19.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:19.146 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:50:19.146 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.*') 10:50:19.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 10:50:19.149 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 10:50:19.149 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 10:50:19.149 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:50:19.149 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 10:50:19.149 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:19.149 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:19.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.149 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 10:50:19.149 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:19.149 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 10:50:19.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 10:50:19.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:19.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:19.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:19.157 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.*'] 10:50:19.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:50:19.163 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.*'] 10:50:19.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:50:19.163 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.*'] 10:50:19.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:50:19.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:50:19.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:19.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:19.163 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:50:19.163 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:50:19.163 DEBUG [main][MenuItemLookup] Found menu:'File' 10:50:19.163 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:50:19.163 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:50:19.163 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:50:19.163 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:50:19.163 DEBUG [main][MenuItemLookup] Found menu:'Run' 10:50:19.163 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:50:19.163 DEBUG [main][MenuItemLookup] Item match:Window 10:50:19.164 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:50:19.164 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:50:19.164 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:50:19.164 DEBUG [main][MenuItemLookup] Found menu:'' 10:50:19.164 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:50:19.164 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 10:50:19.164 DEBUG [main][MenuItemLookup] Found menu:'' 10:50:19.164 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 10:50:19.164 DEBUG [main][MenuItemLookup] Found menu:'' 10:50:19.164 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 10:50:19.164 DEBUG [main][MenuItemLookup] Item match:Preferences 10:50:19.164 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 10:50:19.164 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 10:50:19.164 INFO [main][MenuItemHandler] Select menu item: &Preferences 10:50:19.275 DEBUG [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.... 10:50:19.276 DEBUG [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 10:50:19.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 10:50:19.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:19.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:19.277 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 10:50:19.277 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:50:19.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:50:19.277 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:19.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.277 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 10:50:19.277 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:19.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:19.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:50:19.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:50:19.279 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 10:50:19.279 DEBUG [main][TreeItemHandler] Selecting tree item: General 10:50:19.279 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 10:50:19.279 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 10:50:19.279 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 10:50:19.279 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:19.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.279 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 10:50:19.279 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:19.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 10:50:19.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:50:19.280 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:19.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.280 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 10:50:19.280 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:19.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:19.280 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 10:50:19.280 DEBUG [main][TreeItemHandler] Selecting tree item: Java 10:50:19.280 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 10:50:19.280 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 10:50:19.280 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 10:50:19.280 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:19.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 10:50:19.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:19.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 10:50:19.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.329 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 10:50:19.329 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 10:50:19.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 10:50:19.330 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Back to General 10:50:19.330 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 10:50:19.330 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:50:19.349 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 10:50:19.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:19.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.349 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 10:50:19.349 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:19.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 10:50:19.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:50:19.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:19.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.350 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 10:50:19.350 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:19.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:19.350 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 10:50:19.353 DEBUG [main][TreeItemHandler] Selecting tree item: General 10:50:19.354 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 10:50:19.354 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 10:50:19.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:50:19.354 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:19.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.354 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 10:50:19.354 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:19.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:50:19.356 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 10:50:19.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:50:19.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:50:19.356 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:50:19.356 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:50:19.391 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 10:50:19.391 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:19.392 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:19.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.392 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 10:50:19.392 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:19.392 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 10:50:19.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 10:50:19.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:19.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:19.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:19.392 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.*'] 10:50:19.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:50:19.392 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.*'] 10:50:19.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:50:19.392 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.*'] 10:50:19.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:50:19.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:50:19.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:19.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:19.393 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:50:19.393 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:50:19.393 DEBUG [main][MenuItemLookup] Found menu:'File' 10:50:19.393 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:50:19.393 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:50:19.393 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:50:19.393 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:50:19.393 DEBUG [main][MenuItemLookup] Found menu:'Run' 10:50:19.393 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:50:19.393 DEBUG [main][MenuItemLookup] Item match:Window 10:50:19.393 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:50:19.394 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:50:19.394 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:50:19.394 DEBUG [main][MenuItemLookup] Found menu:'' 10:50:19.394 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:50:19.394 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 10:50:19.394 DEBUG [main][MenuItemLookup] Found menu:'' 10:50:19.394 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 10:50:19.394 DEBUG [main][MenuItemLookup] Found menu:'' 10:50:19.394 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 10:50:19.394 DEBUG [main][MenuItemLookup] Item match:Preferences 10:50:19.394 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 10:50:19.394 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 10:50:19.394 INFO [main][MenuItemHandler] Select menu item: &Preferences 10:50:19.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 10:50:19.470 DEBUG [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 10:50:19.470 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 10:50:19.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:19.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:19.471 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 10:50:19.471 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:50:19.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:50:19.471 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:19.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.471 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 10:50:19.471 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:19.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:19.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:50:19.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:50:19.473 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 10:50:19.473 DEBUG [main][TreeItemHandler] Selecting tree item: General 10:50:19.473 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 10:50:19.473 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 10:50:19.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.473 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 10:50:19.473 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 10:50:19.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 10:50:19.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:50:19.474 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:19.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.474 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 10:50:19.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:19.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:19.474 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 10:50:19.474 DEBUG [main][TreeItemHandler] Selecting tree item: General 10:50:19.474 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 10:50:19.474 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 10:50:19.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 10:50:19.474 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:19.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.474 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 10:50:19.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:19.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:50:19.476 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 10:50:19.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:50:19.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:50:19.476 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:50:19.476 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:50:19.494 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 10:50:19.494 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:19.494 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:19.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.494 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 10:50:19.494 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:19.494 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 10:50:19.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 10:50:19.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:19.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:19.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:19.495 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.*'] 10:50:19.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:50:19.495 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.*'] 10:50:19.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:50:19.495 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.*'] 10:50:19.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:50:19.495 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:50:19.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:19.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:19.495 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:50:19.495 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:50:19.495 DEBUG [main][MenuItemLookup] Found menu:'File' 10:50:19.495 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:50:19.495 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:50:19.495 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:50:19.495 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:50:19.495 DEBUG [main][MenuItemLookup] Found menu:'Run' 10:50:19.495 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:50:19.495 DEBUG [main][MenuItemLookup] Item match:Window 10:50:19.496 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:50:19.496 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:50:19.496 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:50:19.496 DEBUG [main][MenuItemLookup] Found menu:'' 10:50:19.496 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:50:19.496 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 10:50:19.496 DEBUG [main][MenuItemLookup] Found menu:'' 10:50:19.496 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 10:50:19.496 DEBUG [main][MenuItemLookup] Found menu:'' 10:50:19.496 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 10:50:19.496 DEBUG [main][MenuItemLookup] Item match:Preferences 10:50:19.496 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 10:50:19.496 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 10:50:19.496 INFO [main][MenuItemHandler] Select menu item: &Preferences 10:50:19.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 10:50:19.576 DEBUG [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 10:50:19.577 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 10:50:19.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:19.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:19.578 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 10:50:19.578 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:50:19.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:50:19.578 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:19.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.578 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 10:50:19.578 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:19.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:19.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:50:19.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:50:19.579 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 10:50:19.579 DEBUG [main][TreeItemHandler] Selecting tree item: General 10:50:19.579 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 10:50:19.579 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 10:50:19.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 10:50:19.579 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:19.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.579 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 10:50:19.579 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:19.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:19.580 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 10:50:19.580 DEBUG [main][TreeItemHandler] Selecting tree item: Java 10:50:19.580 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 10:50:19.580 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 10:50:19.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.624 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 10:50:19.624 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.*') 10:50:19.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 10:50:19.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:50:19.625 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:19.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.625 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 10:50:19.625 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:19.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:19.625 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 10:50:19.625 DEBUG [main][TreeItemHandler] Selecting tree item: General 10:50:19.625 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 10:50:19.626 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 10:50:19.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:50:19.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:19.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.628 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 10:50:19.628 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:19.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:50:19.630 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 10:50:19.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:50:19.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:50:19.630 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:50:19.630 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:50:19.655 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 10:50:19.655 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:19.655 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:19.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.656 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 10:50:19.656 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:19.656 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 10:50:19.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 10:50:19.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:19.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:19.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:19.656 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.*'] 10:50:19.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:50:19.656 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.*'] 10:50:19.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:50:19.656 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.*'] 10:50:19.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:50:19.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:50:19.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:19.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:19.657 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:50:19.657 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:50:19.657 DEBUG [main][MenuItemLookup] Found menu:'File' 10:50:19.657 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:50:19.657 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:50:19.657 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:50:19.657 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:50:19.657 DEBUG [main][MenuItemLookup] Found menu:'Run' 10:50:19.657 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:50:19.657 DEBUG [main][MenuItemLookup] Item match:Window 10:50:19.657 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:50:19.657 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:50:19.657 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:50:19.657 DEBUG [main][MenuItemLookup] Found menu:'' 10:50:19.657 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:50:19.657 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 10:50:19.657 DEBUG [main][MenuItemLookup] Found menu:'' 10:50:19.657 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 10:50:19.657 DEBUG [main][MenuItemLookup] Found menu:'' 10:50:19.657 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 10:50:19.657 DEBUG [main][MenuItemLookup] Item match:Preferences 10:50:19.657 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 10:50:19.657 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 10:50:19.657 INFO [main][MenuItemHandler] Select menu item: &Preferences 10:50:19.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 10:50:19.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 10:50:19.748 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 10:50:19.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:19.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:19.749 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 10:50:19.749 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:50:19.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:50:19.749 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:19.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.750 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 10:50:19.750 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:19.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:19.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:50:19.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:50:19.751 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 10:50:19.751 DEBUG [main][TreeItemHandler] Selecting tree item: General 10:50:19.751 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 10:50:19.751 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 10:50:19.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 10:50:19.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:19.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:19.752 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 10:50:19.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolBar and index 0 was found 10:50:19.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 10:50:19.753 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:19.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.753 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 10:50:19.753 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:19.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:19.754 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 10:50:19.754 DEBUG [main][TreeItemHandler] Selecting tree item: General 10:50:19.754 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 10:50:19.754 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 10:50:19.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:50:19.754 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:19.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.754 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 10:50:19.754 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:19.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:50:19.756 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 10:50:19.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:50:19.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:50:19.756 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:50:19.756 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:50:19.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 10:50:19.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:19.775 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:19.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.775 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 10:50:19.775 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 10:50:19.775 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:19.775 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:19.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.637 s - in org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.005 s workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.003 s testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.243 s testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.102 s testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.162 s testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.119 s Running org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 10:50:19.780 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 10:50:19.780 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:50:19.780 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:19.780 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 10:50:19.780 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:19.780 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:50:19.791 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:19.791 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:50:19.791 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:19.791 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:19.791 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 10:50:19.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 10:50:19.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:19.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:19.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:19.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 10:50:19.829 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 10:50:19.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 10:50:19.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:19.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:19.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 10:50:19.829 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:19.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:19.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:19.829 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 10:50:19.829 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:19.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:19.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:19.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:19.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:19.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:50:19.829 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:50:19.830 INFO [WorkbenchTestable][Keyboard] Type text "test123" 10:50:19.830 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:19.830 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 10:50:20.431 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:20.431 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 10:50:21.033 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:21.033 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 10:50:21.634 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:21.634 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 10:50:22.235 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:22.235 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 10:50:22.836 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:22.836 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 10:50:23.437 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:23.437 INFO [WorkbenchTestable][Keyboard] As char:3, as int:51 10:50:24.039 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 10:50:24.039 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 10:50:24.039 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 10:50:24.040 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:24.040 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:24.040 INFO [main][AbstractShell] Close shell Keyboard testing shell 10:50:24.040 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 10:50:24.043 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:24.043 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:24.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 10:50:24.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:24.043 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:24.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:24.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:24.048 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 10:50:24.048 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:24.048 INFO [WorkbenchTestable][RequirementsRunner] Started test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 10:50:24.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 10:50:24.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:24.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:24.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:24.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 10:50:24.068 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 10:50:24.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 10:50:24.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:24.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:24.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 10:50:24.068 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:24.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:24.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:24.068 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 10:50:24.068 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:24.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:24.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:24.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:24.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:24.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:50:24.068 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:50:24.069 INFO [WorkbenchTestable][Keyboard] Type text "test" 10:50:24.069 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:24.069 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 10:50:24.671 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:24.671 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 10:50:25.272 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:25.272 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 10:50:25.873 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:25.873 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 10:50:26.474 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 10:50:26.474 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 10:50:26.675 INFO [WorkbenchTestable][Keyboard] Move cursor 10:50:26.876 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 10:50:26.876 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 10:50:27.076 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 10:50:27.478 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 10:50:27.478 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 10:50:27.679 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 10:50:27.880 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 10:50:28.080 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 10:50:28.080 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 10:50:28.281 INFO [WorkbenchTestable][Keyboard] Type character 'x', as int:120 10:50:28.281 DEBUG [WorkbenchTestable][Keyboard] Press character 'x', as int:120 10:50:28.481 DEBUG [WorkbenchTestable][Keyboard] Release character 'x', as int:120 10:50:28.682 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 10:50:28.883 INFO [WorkbenchTestable][Keyboard] Move cursor 10:50:29.083 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 10:50:29.083 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 10:50:29.283 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 10:50:29.685 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 10:50:29.685 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 10:50:29.885 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 10:50:30.286 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 10:50:30.286 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 10:50:30.487 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 10:50:30.888 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 10:50:30.888 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 10:50:31.088 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 10:50:31.489 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 10:50:31.489 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 10:50:31.690 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 10:50:31.891 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 10:50:31.891 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 10:50:32.091 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 10:50:32.091 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 10:50:32.291 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 10:50:32.492 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 10:50:32.694 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 10:50:32.694 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 10:50:32.694 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 10:50:32.695 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:32.695 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:32.695 INFO [main][AbstractShell] Close shell Keyboard testing shell 10:50:32.695 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 10:50:32.698 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:32.699 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:32.699 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 10:50:32.699 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:32.699 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:32.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:32.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:32.703 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 10:50:32.703 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:32.703 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 10:50:32.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 10:50:32.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:32.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:32.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:32.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 10:50:32.724 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 10:50:32.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 10:50:32.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:32.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:32.724 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 10:50:32.724 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:32.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:32.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:32.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 10:50:32.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:32.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:32.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:32.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:32.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:32.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:50:32.724 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:50:32.725 INFO [WorkbenchTestable][Keyboard] Type text "{@Test}" 10:50:32.725 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:32.725 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 10:50:32.925 INFO [WorkbenchTestable][Keyboard] As char:[, as int:91 10:50:33.927 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:33.927 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 10:50:34.127 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 10:50:35.129 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:35.129 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 10:50:35.329 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 10:50:36.331 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:36.331 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 10:50:36.932 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:36.932 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 10:50:37.534 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:37.534 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 10:50:38.135 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:38.135 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 10:50:38.335 INFO [WorkbenchTestable][Keyboard] As char:], as int:93 10:50:39.336 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 10:50:39.336 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 10:50:39.336 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 10:50:39.337 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:39.337 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:39.337 INFO [main][AbstractShell] Close shell Keyboard testing shell 10:50:39.337 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 10:50:39.342 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:39.342 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:39.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 10:50:39.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:39.342 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:39.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:39.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:39.359 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 10:50:39.359 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:39.359 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 10:50:39.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 10:50:39.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:39.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:39.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:39.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 10:50:39.378 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 10:50:39.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 10:50:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:39.378 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 10:50:39.378 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:39.378 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 10:50:39.378 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:39.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:39.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:39.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:50:39.378 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:50:39.379 INFO [WorkbenchTestable][Keyboard] Type text "test" 10:50:39.379 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:39.379 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 10:50:39.980 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:39.980 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 10:50:40.581 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:40.581 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 10:50:41.182 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:41.182 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 10:50:41.783 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 10:50:41.783 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 10:50:41.984 INFO [WorkbenchTestable][Keyboard] Move cursor 10:50:42.184 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 10:50:42.184 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 10:50:42.384 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 10:50:42.786 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 10:50:42.786 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 10:50:42.986 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 10:50:43.188 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 10:50:43.388 INFO [WorkbenchTestable][Keyboard] Type character '', as int:127 10:50:43.388 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:127 10:50:43.588 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:127 10:50:43.790 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 10:50:43.790 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 10:50:43.790 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 10:50:43.791 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:43.791 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:43.791 INFO [main][AbstractShell] Close shell Keyboard testing shell 10:50:43.791 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 10:50:43.794 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:43.794 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:43.794 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 10:50:43.794 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:43.794 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:43.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:43.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:43.799 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 10:50:43.799 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:43.799 INFO [WorkbenchTestable][RequirementsRunner] Started test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 10:50:43.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 10:50:43.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:43.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:43.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:43.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:43.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:43.799 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:50:43.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:43.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:43.799 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:43.799 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 10:50:43.999 INFO [WorkbenchTestable][Keyboard] As char:h, as int:104 10:50:45.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available.... 10:50:45.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available. finished successfully 10:50:45.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Search 10:50:45.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:45.011 INFO [WorkbenchTestable][AbstractShell] Close shell Search 10:50:45.011 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Search' 10:50:45.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:50:45.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:50:45.039 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 10:50:45.039 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 10:50:45.039 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:45.039 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:45.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:45.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:45.040 INFO [WorkbenchTestable][RequirementsRunner] Finished test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 10:50:45.040 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:45.040 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 10:50:45.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 10:50:45.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:45.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:45.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:45.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 10:50:45.057 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 10:50:45.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 10:50:45.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:45.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:45.058 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 10:50:45.058 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:45.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:45.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:45.058 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 10:50:45.058 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:45.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:45.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:45.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:45.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:45.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:50:45.058 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:50:45.058 INFO [WorkbenchTestable][Keyboard] Type text "test" 10:50:45.059 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:45.059 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 10:50:45.660 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:45.660 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 10:50:46.261 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:46.261 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 10:50:46.862 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:50:46.862 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 10:50:47.463 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 10:50:47.463 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 10:50:47.664 INFO [WorkbenchTestable][Keyboard] Move cursor 10:50:47.864 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 10:50:47.864 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 10:50:48.065 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 10:50:48.466 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 10:50:48.466 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 10:50:48.667 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 10:50:48.868 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 10:50:49.068 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 10:50:49.068 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 10:50:49.269 INFO [WorkbenchTestable][Keyboard] Type character 'c', as int:99 10:50:49.269 DEBUG [WorkbenchTestable][Keyboard] Press character 'c', as int:99 10:50:49.469 DEBUG [WorkbenchTestable][Keyboard] Release character 'c', as int:99 10:50:49.670 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 10:50:49.870 INFO [WorkbenchTestable][Keyboard] Move cursor 10:50:50.071 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 10:50:50.071 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 10:50:50.271 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 10:50:50.672 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 10:50:50.672 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 10:50:50.873 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 10:50:51.274 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 10:50:51.274 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 10:50:51.474 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 10:50:51.875 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 10:50:51.876 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 10:50:52.076 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 10:50:52.477 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 10:50:52.477 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 10:50:52.677 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 10:50:52.878 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 10:50:52.878 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 10:50:53.078 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 10:50:53.079 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 10:50:53.279 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 10:50:53.480 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 10:50:53.681 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 10:50:53.681 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 10:50:53.681 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 10:50:53.681 DEBUG [main][AbstractWait] Waiting until shell is active... 10:50:53.682 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:50:53.682 INFO [main][AbstractShell] Close shell Keyboard testing shell 10:50:53.682 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 10:50:53.685 DEBUG [main][AbstractWait] Waiting while shell is available... 10:50:53.685 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:50:53.685 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 10:50:53.685 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:53.685 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:53.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:53.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:53.689 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 10:50:53.689 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 10:50:53.689 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:53.689 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:53.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:53.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.911 s - in org.eclipse.reddeer.swt.test.keyboard.KeyboardTest typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 4.257 s cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 8.655 s typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 6.656 s selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 4.44 s keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 1.24 s copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 8.649 s Running org.eclipse.reddeer.swt.test.WidgetResolverTest 10:50:53.694 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.WidgetResolverTest 10:50:53.694 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:50:53.694 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:53.694 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 10:50:53.694 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:53.694 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:50:53.695 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:53.695 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:50:53.695 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:53.695 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:53.695 INFO [WorkbenchTestable][RequirementsRunner] Started test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 10:50:53.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 10:50:53.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:53.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:53.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:53.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:53.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:53.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:50:53.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:53.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:53.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widgets with specified parent and matchers 10:50:53.709 TRACE [WorkbenchTestable][WidgetLookup] 145 widget(s) found 10:50:53.709 INFO [WorkbenchTestable][WidgetResolverTest] Testing 145 widgets for matching children to parent. 10:50:53.711 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@67feb5d0] 10:50:53.712 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@326acc7c] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@67feb5d0] 10:50:53.712 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@19cf111c] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@67feb5d0] 10:50:53.712 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@67feb5d0] 10:50:53.712 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@67feb5d0] 10:50:53.712 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@79c01d37] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 10:50:53.712 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@79c01d37] 10:50:53.713 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}]}] 10:50:53.713 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@18e6b4e2] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 10:50:53.713 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@6d82a9bb] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@18e6b4e2] 10:50:53.713 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@18e6b4e2] 10:50:53.713 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@19057ce2] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@18e6b4e2] 10:50:53.713 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@18e6b4e2] 10:50:53.713 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@6d82a9bb] 10:50:53.713 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@6d82a9bb] 10:50:53.714 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@6d82a9bb] 10:50:53.714 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@6d82a9bb] 10:50:53.714 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Package Explorer} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@6d82a9bb] 10:50:53.714 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 10:50:53.714 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 10:50:53.715 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}] 10:50:53.715 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}] 10:50:53.717 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} [layout=null] 10:50:53.717 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} [layout=null] 10:50:53.718 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 10:50:53.718 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 10:50:53.718 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 10:50:53.718 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}] 10:50:53.719 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}]}] 10:50:53.719 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Tree {} [layout=null] matches to its parent widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}]}] 10:50:53.719 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}] 10:50:53.719 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}] 10:50:53.719 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}] 10:50:53.720 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 10:50:53.720 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}] 10:50:53.720 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 10:50:53.720 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}] 10:50:53.720 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 10:50:53.720 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}] 10:50:53.721 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Package Explorer} 10:50:53.721 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 10:50:53.721 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@2d3ff2e8] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 10:50:53.721 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@2d3ff2e8] 10:50:53.721 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@2d3ff2e8] 10:50:53.721 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@2d3ff2e8] 10:50:53.722 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@2d3ff2e8] 10:50:53.722 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 10:50:53.722 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 10:50:53.722 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}] 10:50:53.722 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}] 10:50:53.722 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}] 10:50:53.722 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}] 10:50:53.723 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}] 10:50:53.723 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}] 10:50:53.723 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}] 10:50:53.723 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}] 10:50:53.723 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}] 10:50:53.723 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}] 10:50:53.723 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}] 10:50:53.724 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@19057ce2] 10:50:53.724 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@19057ce2] 10:50:53.724 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@19057ce2] 10:50:53.724 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@19057ce2] 10:50:53.724 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Outline} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@19057ce2] 10:50:53.724 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}] 10:50:53.724 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}] 10:50:53.724 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 10:50:53.724 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 10:50:53.724 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 10:50:53.725 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 10:50:53.725 INFO [WorkbenchTestable][WidgetResolverTest] Child widget PageBook {} [layout=org.eclipse.ui.part.PageBook$PageBookLayout@792b4d95] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 10:50:53.725 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@792b4d95] 10:50:53.725 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}] 10:50:53.725 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Outline} 10:50:53.725 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@60d5f350] 10:50:53.725 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@60d5f350] 10:50:53.725 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] 10:50:53.726 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@60d5f350] 10:50:53.726 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@60d5f350] 10:50:53.726 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@60d5f350] 10:50:53.726 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@60d5f350] 10:50:53.726 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Problems} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@60d5f350] 10:50:53.726 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Javadoc} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@60d5f350] 10:50:53.726 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Declaration} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@60d5f350] 10:50:53.726 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@60d5f350] 10:50:53.726 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Error Log} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@60d5f350] 10:50:53.726 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT Controls} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@60d5f350] 10:50:53.726 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 10:50:53.726 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 10:50:53.727 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}] 10:50:53.727 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}] 10:50:53.727 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] 10:50:53.727 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 10:50:53.727 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 10:50:53.727 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 10:50:53.727 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Problems} 10:50:53.727 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {RedDeer SWT} 10:50:53.727 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Error Log} 10:50:53.728 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {RedDeer SWT Controls} 10:50:53.728 INFO [WorkbenchTestable][WidgetResolverTest] Child widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@405a2c7b] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@326acc7c] 10:50:53.728 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@326acc7c] 10:50:53.728 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CLabel {} [layout=null] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@405a2c7b] 10:50:53.728 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@405a2c7b] 10:50:53.728 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {}] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@405a2c7b] 10:50:53.728 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 10:50:53.728 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} [layout=StackLayout {}] matches to its parent widget Composite {} [layout=GridLayout {}] 10:50:53.728 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} [layout=StackLayout {}] 10:50:53.729 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} [layout=StackLayout {}] 10:50:53.729 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget ImageBasedFrame {} [layout=null] 10:50:53.729 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Canvas {} [layout=null] matches to its parent widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] 10:50:53.729 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}] 10:50:53.729 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} [layout=StackLayout {topControl=ProgressBar {}}] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}] 10:50:53.729 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}] 10:50:53.729 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@19cf111c] 10:50:53.729 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@19cf111c] 10:50:53.729 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@19cf111c] 10:50:53.729 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@19cf111c] 10:50:53.729 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@19cf111c] 10:50:53.730 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@19cf111c] 10:50:53.730 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@19cf111c] 10:50:53.730 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@19cf111c] 10:50:53.730 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@19cf111c] 10:50:53.730 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@19cf111c] 10:50:53.730 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@19cf111c] 10:50:53.730 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@19cf111c] 10:50:53.730 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@19cf111c] 10:50:53.730 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 10:50:53.730 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=newWizardDropDown, visible=true)} matches to its parent widget ToolBar {} [layout=null] 10:50:53.730 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=save, visible=true)} matches to its parent widget ToolBar {} [layout=null] 10:50:53.730 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=saveAll, visible=true)} matches to its parent widget ToolBar {} [layout=null] 10:50:53.731 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 10:50:53.731 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=undo, visible=true)} matches to its parent widget ToolBar {} [layout=null] 10:50:53.731 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=redo, visible=true)} matches to its parent widget ToolBar {} [layout=null] 10:50:53.731 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 10:50:53.731 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] 10:50:53.731 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] 10:50:53.731 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 10:50:53.731 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] 10:50:53.731 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] 10:50:53.732 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 10:50:53.732 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] 10:50:53.732 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] 10:50:53.732 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 10:50:53.732 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] 10:50:53.732 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 10:50:53.732 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=openType, visible=true)} matches to its parent widget ToolBar {} [layout=null] 10:50:53.732 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.search.OpenSearchDialogPage, visible=true)} matches to its parent widget ToolBar {} [layout=null] 10:50:53.733 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 10:50:53.733 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] 10:50:53.733 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] 10:50:53.733 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] 10:50:53.733 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] 10:50:53.733 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=backardHistory, visible=true)} matches to its parent widget ToolBar {} [layout=null] 10:50:53.733 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=forwardHistory, visible=true)} matches to its parent widget ToolBar {} [layout=null] 10:50:53.733 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: Separator(id=pin.group, visible=true)} matches to its parent widget ToolBar {} [layout=null] 10:50:53.733 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] 10:50:53.734 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}] 10:50:53.734 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}] 10:50:53.734 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 10:50:53.734 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] 10:50:53.734 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}] 10:50:53.734 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 10:50:53.735 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 10:50:53.735 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] 10:50:53.736 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.jdt.ui.JavaPerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@45017263 (tags: [persp.actionSet:org.eclipse.ui.actionSet.keyBindings, persp.actionSet:org.eclipse.ui.actionSet.openFiles, persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation, persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation, persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo, persp.actionSet:org.eclipse.search.searchActionSet, persp.actionSet:org.eclipse.ui.cheatsheets.actionSet, persp.actionSet:org.eclipse.debug.ui.launchActionSet, persp.actionSet:org.eclipse.jdt.ui.JavaActionSet, persp.actionSet:org.eclipse.jdt.ui.JavaElementCreationActionSet, persp.actionSet:org.eclipse.ui.NavigateActionSet, persp.viewSC:org.eclipse.jdt.ui.PackageExplorer, persp.viewSC:org.eclipse.jdt.ui.TypeHierarchy, persp.viewSC:org.eclipse.jdt.ui.SourceView, persp.viewSC:org.eclipse.jdt.ui.JavadocView, persp.viewSC:org.eclipse.search.ui.views.SearchView, persp.viewSC:org.eclipse.ui.console.ConsoleView, persp.viewSC:org.eclipse.ui.views.ContentOutline, persp.viewSC:org.eclipse.ui.views.ProblemView, persp.viewSC:org.eclipse.ui.views.TaskList, persp.viewSC:org.eclipse.ui.views.ProgressView, persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer, persp.viewSC:org.eclipse.ui.texteditor.TemplatesView, persp.viewSC:org.eclipse.pde.runtime.LogView, persp.newWizSC:org.eclipse.jdt.ui.wizards.JavaProjectWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewPackageCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewClassCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewEnumCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewRecordCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewAnnotationCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSourceFolderCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSnippetFileCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewJavaWorkingSetWizard, persp.newWizSC:org.eclipse.ui.wizards.new.folder, persp.newWizSC:org.eclipse.ui.wizards.new.file, persp.newWizSC:org.eclipse.ui.editors.wizards.UntitledTextFileWizard, persp.perspSC:org.eclipse.jdt.ui.JavaBrowsingPerspective, persp.perspSC:org.eclipse.debug.ui.DebugPerspective, persp.editorOnboardingImageUri:platform:/plugin/org.eclipse.jdt.ui/$nl$/icons/full/onboarding_jperspective.png, persp.editorOnboardingText:Open a file or drop files here to open them., persp.showIn:org.eclipse.jdt.ui.PackageExplorer, persp.showIn:org.eclipse.team.ui.GenericHistoryView, persp.showIn:org.eclipse.ui.navigator.ProjectExplorer, persp.editorOnboardingCommand:Find Actions$$$Ctrl+3, persp.editorOnboardingCommand:Show Key Assist$$$Shift+Ctrl+L, persp.editorOnboardingCommand:New$$$Ctrl+N, persp.editorOnboardingCommand:Open Type$$$Shift+Ctrl+T, persp.actionSet:org.eclipse.debug.ui.breakpointActionSet, persp.actionSet:org.eclipse.jdt.debug.ui.JDTDebugActionSet, persp.newWizSC:org.eclipse.jdt.junit.wizards.NewTestCaseCreationWizard, persp.actionSet:org.eclipse.jdt.junit.JUnitActionSet], contributorURI: null) (widget: Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}], renderer: org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer@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] 10:50:53.736 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 10:50:53.736 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:53.736 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:53.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:53.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:53.736 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 10:50:53.736 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 10:50:53.736 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:53.736 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:53.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:53.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.reddeer.swt.test.WidgetResolverTest parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) Time elapsed: 0.041 s Running org.eclipse.reddeer.swt.test.EditorBarTest 10:50:53.742 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.EditorBarTest 10:50:53.742 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:50:53.743 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:53.743 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 10:50:53.743 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:53.743 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:50:53.743 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:53.743 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:50:53.743 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:53.743 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:50:53.744 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 10:50:53.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 10:50:53.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:50:53.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:50:53.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:50:53.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:50:53.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:53.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:53.744 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:50:53.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:53.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:53.744 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:50:53.744 DEBUG [main][MenuItemLookup] Found menu:'File' 10:50:53.744 DEBUG [main][MenuItemLookup] Item match:File 10:50:53.745 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:50:53.745 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 10:50:53.748 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 10:50:53.748 DEBUG [main][MenuItemLookup] Found menu:'Project...' 10:50:53.748 DEBUG [main][MenuItemLookup] Found menu:'' 10:50:53.748 DEBUG [main][MenuItemLookup] Found menu:'Package' 10:50:53.748 DEBUG [main][MenuItemLookup] Found menu:'Class' 10:50:53.748 DEBUG [main][MenuItemLookup] Found menu:'Interface' 10:50:53.748 DEBUG [main][MenuItemLookup] Found menu:'Enum' 10:50:53.748 DEBUG [main][MenuItemLookup] Found menu:'Record' 10:50:53.748 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 10:50:53.748 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 10:50:53.748 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 10:50:53.748 DEBUG [main][MenuItemLookup] Found menu:'Folder' 10:50:53.748 DEBUG [main][MenuItemLookup] Found menu:'File' 10:50:53.748 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 10:50:53.748 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 10:50:53.748 DEBUG [main][MenuItemLookup] Found menu:'' 10:50:53.748 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 10:50:53.748 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 10:50:53.748 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 10:50:53.748 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 10:50:53.748 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 10:50:53.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 10:50:53.843 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 10:50:53.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 10:50:53.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:53.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:53.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:50:53.844 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:53.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:53.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:53.844 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 10:50:53.844 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:53.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:53.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:53.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:53.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:53.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:53.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:50:53.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:50:53.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 10:50:53.848 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:50:53.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:50:54.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:50:54.350 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:50:54.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 10:50:54.351 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:50:54.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:50:54.351 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:50:54.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:50:54.351 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:50:54.351 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 10:50:54.351 DEBUG [main][TreeItemHandler] Selecting tree item: Project 10:50:54.351 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 10:50:54.354 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 10:50:54.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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 >") 10:50:54.354 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:54.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:54.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:54.355 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 10:50:54.355 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:54.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:54.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:54.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:54.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:54.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:50:54.356 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 10:50:54.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:50:54.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:50:54.356 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:50:54.356 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:50:54.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 10:50:54.390 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 10:50:54.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 10:50:54.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:54.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:54.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 "Project name:") 10:50:54.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:54.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:54.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:54.391 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 10:50:54.391 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:54.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:54.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:54.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:54.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:54.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:50:54.392 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:50:54.393 INFO [WorkbenchTestable][AbstractText] Text set to: EditorBarTest-test 10:50:54.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") 10:50:54.395 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:54.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:54.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:54.395 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 10:50:54.395 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:54.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:54.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:54.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:54.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:54.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:50:54.396 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 10:50:54.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:50:54.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:50:54.396 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:50:54.396 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:50:54.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:50:54.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:50:54.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:50:54.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 10:50:54.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:50:54.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:50:54.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:50:54.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:54.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:50:54.909 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 10:50:54.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:50:54.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:54.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:54.909 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:50:54.909 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:50:54.909 DEBUG [main][MenuItemLookup] Found menu:'File' 10:50:54.909 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:50:54.909 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:50:54.909 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:50:54.909 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:50:54.909 DEBUG [main][MenuItemLookup] Found menu:'Run' 10:50:54.909 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:50:54.909 DEBUG [main][MenuItemLookup] Item match:Window 10:50:54.909 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:50:54.910 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:50:54.910 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:50:54.910 DEBUG [main][MenuItemLookup] Found menu:'' 10:50:54.910 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:50:54.910 DEBUG [main][MenuItemLookup] Item match:Show View 10:50:54.914 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 10:50:54.914 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 10:50:54.914 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:50:54.914 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 10:50:54.914 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:50:54.914 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 10:50:54.914 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:50:54.914 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:50:54.914 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:50:54.914 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 10:50:54.914 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:50:54.914 DEBUG [main][MenuItemLookup] Found menu:'Templates' 10:50:54.914 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 10:50:54.914 DEBUG [main][MenuItemLookup] Found menu:'' 10:50:54.914 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:50:54.914 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:50:54.915 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:50:54.915 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:50:54.915 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:50:54.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:50:54.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 10:50:54.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:50:54.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:54.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:54.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 10:50:54.967 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:54.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:54.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:54.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:50:54.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:54.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:54.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:54.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:54.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:54.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:54.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:50:54.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:50:54.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 10:50:54.968 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:50:54.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:50:54.968 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:50:54.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:50:54.968 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:50:54.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 10:50:54.968 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:50:54.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:50:54.968 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:50:54.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:50:54.968 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:50:54.969 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 10:50:54.969 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 10:50:54.969 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 10:50:54.969 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 10:50:54.969 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:54.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:54.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:54.969 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:50:54.969 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:54.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:54.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:54.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:50:54.969 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:54.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:54.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:54.969 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:50:54.969 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:54.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:54.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:54.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:54.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:54.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:50:54.970 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:50:54.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:50:54.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:50:54.970 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:50:54.970 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:50:55.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:50:55.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:50:55.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 10:50:55.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:55.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:55.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 10:50:55.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:55.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:55.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:50:55.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:55.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:55.026 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:50:55.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 '\*?\QProject Explorer\E') 10:50:55.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:55.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:55.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:55.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:55.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:50:55.027 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:50:55.027 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:50:55.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:50:55.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:50:55.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:50:55.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:50:55.029 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:50:55.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:50:55.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:50:55.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:50:55.030 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:50:55.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:50:55.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:50:55.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:50:55.032 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:50:55.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:50:55.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:50:55.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:50:55.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:55.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:55.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:50:55.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:55.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:50:56.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:56.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:50:56.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:50:56.034 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:50:56.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:50:56.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:50:56.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:50:56.035 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:50:56.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:56.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:56.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:56.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:56.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:56.037 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 10:50:56.044 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:50:56.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:50:56.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:50:56.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:50:56.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:50:56.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:56.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:56.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:56.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:56.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:56.045 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 10:50:56.045 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 10:50:56.045 DEBUG [main][TreeItemHandler] Set Tree selection 10:50:56.045 DEBUG [main][TreeHandler] Notify Tree about selection event 10:50:56.057 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 10:50:56.075 DEBUG [WorkbenchTestable][TreeItemHandler] EditorBarTest-test 10:50:56.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:56.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:56.075 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:50:56.076 DEBUG [main][MenuItemLookup] Found menu:'File' 10:50:56.076 DEBUG [main][MenuItemLookup] Item match:File 10:50:56.077 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:50:56.077 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 10:50:56.079 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 10:50:56.079 DEBUG [main][MenuItemLookup] Found menu:'Project...' 10:50:56.079 DEBUG [main][MenuItemLookup] Found menu:'' 10:50:56.079 DEBUG [main][MenuItemLookup] Found menu:'Package' 10:50:56.079 DEBUG [main][MenuItemLookup] Found menu:'Class' 10:50:56.079 DEBUG [main][MenuItemLookup] Found menu:'Interface' 10:50:56.079 DEBUG [main][MenuItemLookup] Found menu:'Enum' 10:50:56.079 DEBUG [main][MenuItemLookup] Found menu:'Record' 10:50:56.079 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 10:50:56.079 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 10:50:56.079 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 10:50:56.079 DEBUG [main][MenuItemLookup] Found menu:'Folder' 10:50:56.079 DEBUG [main][MenuItemLookup] Found menu:'File' 10:50:56.079 DEBUG [main][MenuItemLookup] Item match:File 10:50:56.079 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"File" 10:50:56.079 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text File 10:50:56.079 INFO [main][MenuItemHandler] Select menu item: File 10:50:56.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 10:50:56.154 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 10:50:56.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 10:50:56.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:56.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:56.155 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:") 10:50:56.155 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:56.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:56.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:56.155 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 10:50:56.155 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:56.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:56.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:56.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:56.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:56.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:50:56.157 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:50:56.158 INFO [WorkbenchTestable][AbstractText] Text set to: test.tlb 10:50:56.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:50:56.158 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:56.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:56.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:56.159 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 10:50:56.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:56.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:56.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:56.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:56.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:56.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:50:56.160 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 10:50:56.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:50:56.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:50:56.160 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:50:56.160 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:50:56.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:50:56.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:50:56.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7be9ea1b is found... 10:50:56.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7be9ea1b is found finished successfully 10:50:56.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qeditor-with-toolbar\E') 10:50:56.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:56.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:56.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:56.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:56.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:50:56.674 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:50:56.674 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Editor with toolbar example TooltipText=null 10:50:56.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:56.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:56.675 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editor-with-toolbar"as the parent 10:50:56.675 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Execute task") 10:50:56.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:56.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:56.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:56.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:56.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 10:50:56.675 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Execute task 10:50:56.675 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 10:50:56.675 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:50:56.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:56.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:56.677 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:50:56.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:56.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:56.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - editor-with-toolbar - Eclipse Platform 10:50:56.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:56.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:56.678 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - editor-with-toolbar - Eclipse Platform' 10:50:56.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:50:56.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:56.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:56.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:56.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:56.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:50:56.687 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:50:56.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:50:56.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:50:56.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:50:56.705 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:50:56.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:50:56.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:50:56.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:50:56.706 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:50:56.706 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:50:56.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:50:56.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:50:56.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:56.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:56.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:50:57.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:57.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:50:57.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:57.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:50:57.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:50:57.708 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:50:57.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:50:57.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:50:57.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:50:57.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:50:57.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:57.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:57.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:57.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:57.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:50:57.709 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 10:50:57.711 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 10:50:57.711 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 10:50:57.712 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 10:50:57.721 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 10:50:57.722 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:50:57.722 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:50:57.788 DEBUG [main][MenuItemLookup] Found menu:'New' 10:50:57.788 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 10:50:57.788 DEBUG [main][MenuItemLookup] Found menu:'' 10:50:57.788 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 10:50:57.788 DEBUG [main][MenuItemLookup] Found menu:'' 10:50:57.788 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 10:50:57.788 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 10:50:57.788 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 10:50:57.788 DEBUG [main][MenuItemLookup] Found menu:'Move...' 10:50:57.788 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 10:50:57.788 DEBUG [main][MenuItemLookup] Found menu:'' 10:50:57.788 DEBUG [main][MenuItemLookup] Found menu:'Import...' 10:50:57.788 DEBUG [main][MenuItemLookup] Found menu:'Export...' 10:50:57.788 DEBUG [main][MenuItemLookup] Found menu:'' 10:50:57.788 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 10:50:57.788 DEBUG [main][MenuItemLookup] Item match:Refresh F5 10:50:57.788 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 10:50:57.788 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 10:50:57.788 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 10:50:57.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:50:57.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 10:50:58.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 10:50:58.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 10:50:58.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:50:58.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:50:58.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:50:58.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:50:58.290 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'EditorBarTest-test' via Explorer 10:50:58.290 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 10:50:58.290 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 10:50:58.290 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 10:50:58.297 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 10:50:58.298 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:50:58.298 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:50:58.320 DEBUG [main][MenuItemLookup] Found menu:'New' 10:50:58.320 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 10:50:58.320 DEBUG [main][MenuItemLookup] Found menu:'' 10:50:58.320 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 10:50:58.320 DEBUG [main][MenuItemLookup] Found menu:'' 10:50:58.320 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 10:50:58.320 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 10:50:58.320 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 10:50:58.320 DEBUG [main][MenuItemLookup] Item match:Delete Delete 10:50:58.321 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 10:50:58.321 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 10:50:58.321 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 10:50:58.362 DEBUG [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.... 10:50:58.934 DEBUG [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 10:50:58.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 10:50:58.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:50:58.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:50:58.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:58.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:58.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 10:50:58.938 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:58.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:58.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:58.938 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 10:50:58.938 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:58.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:58.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:58.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:58.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:58.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:50:58.938 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 10:50:58.939 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 10:50:58.939 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 10:50:58.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:50:58.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:50:58.939 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:50:58.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:50:58.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 10:50:58.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:50:58.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:58.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:58.939 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 10:50:58.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:50:58.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:50:58.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:50:58.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:50:58.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:50:58.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:50:58.940 INFO [WorkbenchTestable][AbstractButton] Click button OK 10:50:58.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:50:58.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:50:58.940 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:50:58.940 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:50:58.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 10:50:58.947 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 10:50:59.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 10:50:59.448 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 10:50:59.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:50:59.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 10:50:59.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 10:50:59.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:50:59.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:50:59.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:50:59.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 10:50:59.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:59.448 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:59.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:59.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:50:59.448 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 10:50:59.449 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 10:50:59.449 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:50:59.449 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:50:59.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:50:59.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.707 s - in org.eclipse.reddeer.swt.test.EditorBarTest workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) Time elapsed: 5.704 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-1044 [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 10:51:12.339 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 10:51:12.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:51:12.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:12.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:12.834 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:51:12.834 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:51:12.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:51:12.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:51:12.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:51:12.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:51:12.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 10:51:12.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:12.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:12.868 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:51:12.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:51:12.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:51:12.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:51:12.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:51:12.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:12.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:12.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:51:12.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:51:12.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:51:12.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:51:12.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:51:12.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:12.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:12.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:51:12.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:51:12.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:51:12.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:51:12.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:51:12.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:12.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:12.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:51:12.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:51:12.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:51:12.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 10:51:12.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 10:51:12.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:12.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:12.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:51:12.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:51:12.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:51:12.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 10:51:12.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 10:51:12.944 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:51:12.947 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:51:12.947 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:51:12.947 DEBUG [main][AbstractWait] Waiting until shell is active... 10:51:12.947 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:51:12.948 INFO [main][AbstractShell] Close shell Testing shell 10:51:12.948 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:51:12.966 DEBUG [main][AbstractWait] Waiting while shell is available... 10:51:12.967 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:51:13.332 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 10:51:13.333 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:51:13.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:13.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:13.561 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:51:13.561 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:51:13.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:51:13.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:51:13.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:51:13.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:51:13.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 10:51:13.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:13.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:13.575 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:51:13.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:51:13.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:51:13.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:13.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:13.576 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:51:13.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:51:13.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:51:13.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:13.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:13.576 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:51:13.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:51:13.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:51:13.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:13.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:13.576 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:51:13.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:51:13.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:51:13.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:13.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:13.577 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:51:13.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:51:13.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:51:13.577 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:51:13.577 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:51:13.577 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:51:13.577 DEBUG [main][AbstractWait] Waiting until shell is active... 10:51:13.577 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:51:13.577 INFO [main][AbstractShell] Close shell Testing shell 10:51:13.577 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:51:13.587 DEBUG [main][AbstractWait] Waiting while shell is available... 10:51:13.587 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:51:13.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:51:13.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:51:13.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:51:13.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 10:51:13.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:51:13.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 10:51:13.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 10:51:13.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 10:51:13.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 10:51:13.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 10:51:13.845 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 10:51:13.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:51:14.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:14.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:14.078 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:51:14.078 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:51:14.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:51:14.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:51:14.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:51:14.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:51:14.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 10:51:14.093 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:51:14.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:14.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:14.102 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:51:14.102 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:51:14.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:51:14.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:51:14.103 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:51:14.103 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:51:14.103 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:51:14.103 DEBUG [main][AbstractWait] Waiting until shell is active... 10:51:14.104 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:51:14.104 INFO [main][AbstractShell] Close shell Testing shell 10:51:14.104 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:51:14.113 DEBUG [main][AbstractWait] Waiting while shell is available... 10:51:14.113 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:51:14.377 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 10:51:14.378 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:51:14.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:14.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:14.603 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:51:14.603 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:51:14.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:51:14.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:51:14.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:51:14.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:51:14.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 10:51:14.613 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:51:14.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:14.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:14.613 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:51:14.613 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:51:14.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:51:14.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:51:14.615 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:51:14.615 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:51:14.615 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:51:14.616 DEBUG [main][AbstractWait] Waiting until shell is active... 10:51:14.616 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:51:14.616 INFO [main][AbstractShell] Close shell Testing shell 10:51:14.616 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:51:14.625 DEBUG [main][AbstractWait] Waiting while shell is available... 10:51:14.625 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:51:14.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:51:14.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:51:14.897 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 10:51:14.897 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:51:15.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:15.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:15.127 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:51:15.127 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:51:15.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:51:15.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:51:15.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:51:15.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:51:15.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 10:51:15.136 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 10:51:15.136 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:51:15.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:15.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:15.136 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:51:15.136 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:51:15.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:51:15.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:51:15.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:51:15.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:51:15.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:51:15.137 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 10:51:15.137 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:51:15.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:15.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:15.138 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:51:15.138 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:51:15.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:51:15.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:51:15.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:51:15.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:51:15.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 10:51:15.142 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 10:51:15.142 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:51:15.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:15.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:15.142 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:51:15.142 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:51:15.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:51:15.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:51:15.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:51:15.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:51:15.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 10:51:15.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:51:15.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:51:15.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:51:15.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:51:15.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:51:15.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:51:15.176 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:51:15.176 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:51:15.176 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:51:15.176 DEBUG [main][AbstractWait] Waiting until shell is active... 10:51:15.177 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:51:15.177 INFO [main][AbstractShell] Close shell Testing shell 10:51:15.177 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:51:15.186 DEBUG [main][AbstractWait] Waiting while shell is available... 10:51:15.186 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:51:15.445 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 10:51:15.446 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:51:15.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:15.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:15.686 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:51:15.686 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:51:15.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:51:15.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:51:15.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:51:15.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:51:15.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 10:51:15.693 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:51:15.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:15.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:15.693 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:51:15.693 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:51:15.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:51:15.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:51:15.693 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:51:15.693 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:51:15.694 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:51:15.694 DEBUG [main][AbstractWait] Waiting until shell is active... 10:51:15.694 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:51:15.694 INFO [main][AbstractShell] Close shell Testing shell 10:51:15.694 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:51:15.703 DEBUG [main][AbstractWait] Waiting while shell is available... 10:51:15.703 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.061 s - in org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest testIndex(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 1.241 s testNotFoundAfterClose(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.565 s testMatcher(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.526 s testGetResult(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.511 s testParent(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.561 s testSimple(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.517 s Running org.eclipse.reddeer.core.test.condition.JobIsRunningTest 10:51:15.732 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 10:51:15.733 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 10:51:15.751 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 10:51:15.752 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 10:51:15.772 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 10:51:15.782 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:51:15.782 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:51:15.786 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 10:51:15.787 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 10:51:15.787 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 10:51:15.788 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 10:51:15.789 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:51:15.789 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:51:15.791 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:51:15.791 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:51:15.824 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:51:15.825 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:51:15.826 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 10:51:15.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 10:51:15.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:51:15.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:51:15.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:51:15.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 10:51:15.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 10:51:15.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 10:51:15.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 10:51:15.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 10:51:16.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 10:51:16.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:51:16.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 10:51:16.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:16.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 10:51:16.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:17.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 10:51:17.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:17.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 10:51:17.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 10:51:17.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 10:51:17.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:51:18.834 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 10:51:18.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 10:51:18.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:51:18.841 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:51:18.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:18.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:18.843 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 10:51:18.843 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:51:18.843 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 10:51:18.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 10:51:18.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:51:18.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:51:18.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:51:18.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 10:51:18.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 10:51:18.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:51:18.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:19.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:19.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:20.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:20.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:21.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:21.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:22.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:22.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:22.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running failed, an exception will be thrown 10:51:23.850 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' was successfully killed 10:51:23.851 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 10:51:23.851 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:51:23.851 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:51:23.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:23.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:23.851 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 10:51:23.852 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:51:23.852 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 10:51:23.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 10:51:23.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:51:23.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:51:23.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:51:23.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 10:51:23.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 10:51:23.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 10:51:23.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 10:51:23.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:51:23.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 10:51:23.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:24.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 10:51:24.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:24.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 10:51:24.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:25.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 10:51:25.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:25.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 10:51:25.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:26.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 10:51:26.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:26.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 10:51:26.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:27.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 10:51:27.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:27.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 10:51:27.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:28.356 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 10:51:28.356 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:28.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 10:51:28.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:29.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 10:51:29.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:29.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 10:51:29.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 10:51:29.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 10:51:29.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:51:30.858 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' was successfully killed 10:51:30.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 10:51:30.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:51:30.858 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:51:30.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:30.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:30.859 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 10:51:30.859 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:51:30.860 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 10:51:30.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 10:51:30.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:51:30.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:51:30.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:51:30.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 10:51:30.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 10:51:30.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 10:51:30.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 10:51:30.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 10:51:30.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 10:51:30.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 10:51:30.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 10:51:30.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:51:30.861 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:31.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:31.861 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:32.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:32.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:33.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:33.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:34.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:34.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:35.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:35.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:36.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:36.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 10:51:36.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 10:51:37.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 10:51:37.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 10:51:37.866 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 10:51:37.866 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 10:51:38.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 10:51:38.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 10:51:38.866 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 10:51:38.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 10:51:39.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 10:51:39.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 10:51:39.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 10:51:39.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 10:51:39.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 10:51:39.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:51:40.868 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 10:51:40.868 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 10:51:40.868 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:51:40.868 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:51:40.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:40.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:40.868 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 10:51:40.869 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:51:40.869 INFO [WorkbenchTestable][RequirementsRunner] Started test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 10:51:40.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 10:51:40.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:51:40.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:51:40.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:51:40.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 10:51:40.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 10:51:40.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 10:51:40.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 10:51:40.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 10:51:40.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 10:51:40.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 10:51:41.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 10:51:41.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:51:41.370 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 10:51:41.370 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 10:51:41.370 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:41.870 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 10:51:41.870 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 10:51:41.870 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:42.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 10:51:42.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 10:51:42.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:42.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 10:51:42.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 10:51:42.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:43.372 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 10:51:43.372 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 10:51:43.372 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:43.872 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 10:51:43.873 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:44.373 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 10:51:44.373 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:44.873 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 10:51:44.873 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:45.374 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 10:51:45.374 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:45.874 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 10:51:45.874 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:46.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 10:51:46.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 10:51:46.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 10:51:46.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 10:51:46.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 10:51:46.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 10:51:46.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:51:47.876 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 10:51:48.876 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 10:51:48.876 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 10:51:48.876 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:51:48.876 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:51:48.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:48.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:48.877 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 10:51:48.877 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:51:48.877 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 10:51:48.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 10:51:48.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:51:48.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:51:48.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:51:48.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 10:51:48.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 10:51:48.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:51:48.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:49.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:49.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:50.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 10:51:50.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 10:51:50.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:51:50.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:51:50.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:51:50.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 10:51:50.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:51:50.880 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:51:50.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:50.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:50.880 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 10:51:50.881 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 10:51:50.882 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:51:50.882 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:51:50.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:50.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.152 s - in org.eclipse.reddeer.core.test.condition.JobIsRunningTest testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 3.016 s testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 5.008 s testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 7.007 s testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 10.008 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 10:51:50.894 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 10:51:50.899 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:51:50.899 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:51:50.899 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 10:51:50.899 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:51:50.899 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:51:50.899 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:51:50.900 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:51:50.900 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:51:50.900 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:51:50.900 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 10:51:50.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 10:51:50.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:51:50.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:51:50.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:51:51.150 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 10:51:51.150 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:51:51.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:51.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:51.385 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:51:51.385 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:51:51.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:51:51.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 10:51:51.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 10:51:51.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:51:51.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 10:51:51.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:51.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:51.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:51:51.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:51:51.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:51:51.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:51:51.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:51:51.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:51:51.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:51:51.399 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:51:51.400 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:51:51.400 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:51:51.400 DEBUG [main][AbstractWait] Waiting until shell is active... 10:51:51.400 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:51:51.400 INFO [main][AbstractShell] Close shell Testing shell 10:51:51.400 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:51:51.409 DEBUG [main][AbstractWait] Waiting while shell is available... 10:51:51.410 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:51:51.410 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 10:51:51.410 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:51:51.410 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:51:51.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:51.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:51.417 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 10:51:51.417 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:51:51.417 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 10:51:51.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 10:51:51.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:51:51.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:51:51.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:51:51.433 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:51:51.433 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:51:51.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:51.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:51.450 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 10:51:51.450 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:51:51.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:51:51.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:51:51.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:51:51.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:51:51.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:51:51.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:51.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:51.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 10:51:51.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:51:51.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:51:51.464 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 10:51:51.464 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 10:51:51.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:51:51.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:51:51.967 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 10:51:51.968 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 10:51:51.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:51:52.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:51:52.469 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 10:51:52.470 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 10:51:52.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 10:51:52.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:51:52.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:51:52.971 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 10:51:52.971 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 10:51:52.971 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 10:51:52.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:51:53.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:51:53.472 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 10:51:53.476 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 10:51:53.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:51:53.476 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 10:51:53.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:51:53.476 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 10:51:53.476 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 10:51:53.476 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 10:51:53.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:51:53.476 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 10:51:53.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:51:53.476 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 10:51:53.476 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 10:51:53.476 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 10:51:53.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:51:53.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:51:53.977 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 10:51:53.977 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 10:51:53.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:51:54.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:51:54.478 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 10:51:54.478 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 10:51:54.478 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 10:51:54.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:51:54.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:51:54.978 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 10:51:54.979 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 10:51:54.979 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:51:54.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:51:55.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:51:55.479 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:51:55.481 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:51:55.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:51:55.481 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:51:55.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:51:55.481 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:51:55.482 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 10:51:55.482 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 10:51:55.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:51:55.482 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 10:51:55.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:51:55.482 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 10:51:55.482 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 10:51:55.482 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:51:55.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:51:55.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:51:55.982 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:51:55.985 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:51:55.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:51:55.985 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 10:51:55.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:51:55.985 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:51:55.985 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 10:51:55.985 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 10:51:55.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:51:55.985 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 10:51:55.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:51:55.985 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 10:51:55.986 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 10:51:55.986 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 10:51:55.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:51:56.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:51:56.486 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 10:51:56.486 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 10:51:56.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:51:56.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:51:56.987 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 10:51:56.987 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 10:51:56.987 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 10:51:56.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:51:57.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:51:57.488 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 10:51:57.488 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 10:51:57.488 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 10:51:57.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:51:57.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:51:57.988 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 10:51:57.989 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 10:51:57.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:51:58.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:51:58.489 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 10:51:58.490 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 10:51:58.490 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 10:51:58.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:51:58.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:51:58.990 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 10:51:58.990 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 10:51:58.991 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 10:51:58.991 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 10:51:58.991 DEBUG [main][AbstractWait] Waiting until shell is active... 10:51:58.991 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 10:51:58.991 INFO [main][AbstractShell] Close shell Testing shell 10:51:58.991 INFO [main][ShellHandler] Closing shell 'Testing shell' 10:51:58.997 DEBUG [main][AbstractWait] Waiting while shell is available... 10:51:58.997 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 10:51:58.997 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 10:51:58.997 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:51:58.997 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:51:59.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:59.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:59.005 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 10:51:59.005 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 10:51:59.005 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:51:59.005 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:51:59.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:59.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.112 s - in org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 0.517 s testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 7.587 s Running org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest 10:51:59.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test shell"] is available.... 10:51:59.037 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 10:51:59.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 10:51:59.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:51:59.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:51:59.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 10:51:59.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:51:59.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:51:59.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 10:51:59.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:51:59.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:51:59.037 INFO [WorkbenchTestable][AbstractShell] Close shell Test shell 10:51:59.038 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Test shell' 10:51:59.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:51:59.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest testActiveShellExistsGetResult(org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest) Time elapsed: 0.045 s Running org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 10:51:59.064 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 10:51:59.065 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:51:59.065 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:51:59.065 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 10:51:59.065 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:51:59.065 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:51:59.066 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:51:59.066 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:51:59.066 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:51:59.066 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:51:59.066 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 10:51:59.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 10:51:59.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:51:59.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:51:59.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:51:59.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:51:59.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:51:59.077 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:51:59.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:51:59.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:51:59.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:51:59.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:51:59.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:51:59.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:51:59.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:51:59.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:51:59.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 10:51:59.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:51:59.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:51:59.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:51:59.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:51:59.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:51:59.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:51:59.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:51:59.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:51:59.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:51:59.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:51:59.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:51:59.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:51:59.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:51:59.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:51:59.139 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 10:51:59.139 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:51:59.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:51:59.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:51:59.146 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:51:59.146 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:51:59.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:51:59.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:51:59.166 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:51:59.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:51:59.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:51:59.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:51:59.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:51:59.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:51:59.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:00.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:00.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:00.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:00.176 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:00.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:52:00.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:52:00.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:52:00.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:00.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:00.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:00.176 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:00.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:00.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:00.176 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:52:00.176 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:00.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:00.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:00.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:00.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:00.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:01.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:01.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:01.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:01.177 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:01.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:52:01.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:52:01.178 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:52:01.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:01.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:01.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 10:52:01.178 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:01.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:01.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:01.178 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:52:01.178 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:01.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:01.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:01.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:01.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:01.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:02.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:02.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:02.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:02.179 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:02.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:52:02.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:52:02.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:52:02.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:02.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:02.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:02.180 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:02.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:02.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:02.180 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:52:02.180 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:02.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:02.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:02.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:02.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:02.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:03.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:03.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:03.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:03.182 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:03.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:52:03.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:52:03.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:52:03.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:03.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:03.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 10:52:03.182 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:03.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:03.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:03.182 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:52:03.182 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:03.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:03.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:03.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:03.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:03.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:04.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:04.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:04.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:04.184 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:04.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:52:04.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:52:04.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:52:04.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:04.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:04.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:04.184 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:04.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:04.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:04.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 10:52:04.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:04.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:04.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:04.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:04.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:04.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:05.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:05.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:05.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:05.185 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:05.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:52:05.186 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 10:52:05.186 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:52:05.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:05.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:05.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:05.186 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:05.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:05.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:05.186 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:52:05.186 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:05.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:05.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:05.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:05.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:05.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:06.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:06.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:06.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:06.196 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:06.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:52:06.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:52:06.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:52:06.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:06.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:06.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:06.197 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:06.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:06.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:06.197 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:52:06.197 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:06.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:06.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:06.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:06.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:06.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:07.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:07.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:07.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:07.198 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:07.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:52:07.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:52:07.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:52:07.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:07.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:07.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:07.198 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:07.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:07.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:07.199 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:52:07.199 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:07.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:07.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:07.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:07.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:07.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:08.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:08.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:08.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:08.200 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:08.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:52:08.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:52:08.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:52:08.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:08.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:08.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:08.200 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:08.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:08.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:08.201 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:52:08.201 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:08.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:08.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:08.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:08.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:08.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:09.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:09.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:09.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:09.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:09.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:09.702 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:09.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:52:09.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:52:09.702 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:52:09.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:09.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:09.702 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:09.702 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:09.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:09.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:09.702 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:52:09.702 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:09.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:09.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:09.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:10.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:10.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:10.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:10.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:11.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:11.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:11.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:11.204 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:11.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:52:11.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:52:11.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:52:11.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:11.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:11.205 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:11.205 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:11.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:11.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:11.205 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 10:52:11.205 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:11.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:11.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:11.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:11.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:11.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:12.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:12.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:12.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:12.206 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:12.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:52:12.206 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 10:52:12.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:52:12.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:12.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:12.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 10:52:12.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:12.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:12.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:12.207 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:52:12.207 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:12.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:12.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:12.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:12.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:12.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:13.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:13.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:13.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:13.217 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:13.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:52:13.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:52:13.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:52:13.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:13.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:13.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:13.217 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:13.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:13.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:13.218 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:52:13.218 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:13.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:13.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:13.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:13.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:13.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:14.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:14.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:14.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:14.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:14.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:14.719 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:14.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:52:14.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:52:14.719 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:52:14.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:14.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:14.719 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:14.719 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:14.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:14.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:14.719 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:52:14.719 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:14.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:14.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:14.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:15.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:15.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:15.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:15.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:15.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:15.720 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:15.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:52:15.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:52:15.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:52:15.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:15.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:15.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:15.721 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:15.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:15.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:15.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:52:15.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:15.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:15.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:15.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:16.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:16.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:16.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:16.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:16.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:16.722 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:16.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:52:16.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:52:16.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:52:16.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:16.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:16.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 10:52:16.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:16.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:16.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:16.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:52:16.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:16.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:16.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:16.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:17.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:17.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:17.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:17.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:17.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:17.724 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:17.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:52:17.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:52:17.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:52:17.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:17.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:17.724 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:17.724 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:17.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:17.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:17.725 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 10:52:17.725 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:17.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:17.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:17.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:18.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:18.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:18.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:18.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:19.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:19.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:19.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:19.226 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:19.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:52:19.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 10:52:19.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:52:19.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:19.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:19.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:19.226 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:19.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:19.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:19.227 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:52:19.227 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:19.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:19.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:19.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:19.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:19.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:20.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:20.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:20.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:20.235 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:20.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:52:20.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:52:20.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:52:20.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:20.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:20.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:20.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:20.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:20.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:20.236 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:52:20.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:20.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:20.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:20.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:20.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:20.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:21.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:21.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:21.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:21.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:21.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:21.737 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:21.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:52:21.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:52:21.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:52:21.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:21.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:21.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:21.737 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:21.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:21.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:21.738 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:52:21.738 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:21.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:21.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:21.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:22.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:22.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:22.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:22.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:23.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:23.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:23.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:23.239 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:23.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:52:23.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:52:23.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:52:23.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:23.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:23.239 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:23.239 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:23.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:23.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:23.240 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:52:23.240 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:23.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:23.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:23.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:23.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:23.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:24.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:24.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:24.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:24.241 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:24.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:52:24.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:52:24.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:52:24.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:24.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:24.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:24.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:24.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:24.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:24.241 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:52:24.241 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:24.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:24.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:24.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:24.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:24.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:25.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:25.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:25.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:25.243 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:25.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:52:25.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:52:25.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:52:25.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:25.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:25.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:25.243 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:25.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:25.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:25.243 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 10:52:25.243 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:25.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:25.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:25.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:25.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:25.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:26.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:26.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:26.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:26.244 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:26.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:52:26.245 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 10:52:26.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:52:26.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:26.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:26.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:26.245 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:26.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:26.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:26.245 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:52:26.245 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:26.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:26.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:26.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:26.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:26.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:27.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:27.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:27.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:27.254 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:27.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:52:27.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:52:27.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:52:27.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:27.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:27.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:27.254 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:27.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:27.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:27.254 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:52:27.254 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:27.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:27.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:27.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:27.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:27.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:28.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:28.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:28.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:28.255 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:28.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:52:28.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:52:28.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:52:28.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:28.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:28.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:28.256 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:28.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:28.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:28.256 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:52:28.256 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:28.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:28.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:28.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:28.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:28.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:29.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:29.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:29.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:29.257 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:29.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:52:29.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:52:29.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:52:29.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:29.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:29.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:29.257 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:29.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:29.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:29.258 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:52:29.258 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:29.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:29.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:29.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:29.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:29.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:30.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:30.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:30.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:30.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:30.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:30.759 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:30.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:52:30.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:52:30.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:52:30.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:30.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:30.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:30.759 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:30.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:30.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:30.760 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:52:30.760 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:30.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:30.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:30.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:31.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:31.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:31.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:31.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:31.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:31.761 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:31.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:52:31.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:52:31.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:52:31.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:31.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:31.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:31.761 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:31.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:31.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:31.761 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 10:52:31.761 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:31.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:31.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:31.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:32.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:32.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:32.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:32.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:32.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:32.762 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:32.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:52:32.786 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 10:52:32.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:52:32.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:32.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:32.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:32.786 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:32.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:32.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:32.786 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:52:32.786 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:32.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:32.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:32.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:33.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:33.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:33.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:33.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:33.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:33.794 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:33.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:52:33.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:52:33.794 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:52:33.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:33.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:33.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:33.795 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:33.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:33.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:33.795 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:52:33.795 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:33.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:33.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:33.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:52:33.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:52:33.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:52:33.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:52:33.812 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 10:52:33.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:52:33.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:33.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:33.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:33.812 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:33.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:33.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:33.813 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:52:33.834 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:33.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:33.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:33.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:34.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:34.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:34.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:34.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:34.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:34.837 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:34.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:52:34.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:52:34.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:52:34.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:34.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:34.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:34.838 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:34.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:34.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:34.838 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:52:34.838 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:34.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:34.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:34.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:52:34.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:52:34.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:52:34.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:52:34.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:52:34.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:52:34.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:34.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:34.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:34.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:34.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:34.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:34.845 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:52:34.845 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:34.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:34.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:34.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:35.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:35.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:35.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:35.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:35.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:35.848 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:35.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:52:35.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:52:35.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:52:35.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:35.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:35.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:35.849 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:35.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:35.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:35.849 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:52:35.849 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:35.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:35.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:35.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:36.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:36.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:36.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:36.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:36.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:36.850 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:36.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:52:36.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:52:36.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:52:36.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:36.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:36.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:36.851 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:36.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:36.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:36.851 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:52:36.851 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:36.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:36.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:36.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:37.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:37.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:37.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:37.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:37.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:37.852 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:37.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:52:37.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:52:37.852 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:52:37.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:37.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:37.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:37.852 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:37.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:37.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:37.853 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 10:52:37.853 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:37.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:37.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:37.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:38.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:38.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:38.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:38.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:38.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:38.854 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:38.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:52:38.854 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 10:52:38.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:52:38.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:38.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:38.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:38.854 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:38.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:38.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:38.854 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:52:38.855 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:38.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:38.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:38.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:39.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:39.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:39.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:39.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:39.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:39.876 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:39.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:52:39.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:52:39.877 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:52:39.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:39.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:39.877 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:39.877 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:39.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:39.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:39.877 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:52:39.877 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:39.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:39.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:39.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:52:39.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:52:39.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:52:39.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:52:39.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:52:39.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:52:39.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:39.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:39.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:39.883 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:39.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:39.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:39.883 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:52:39.883 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:39.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:39.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:39.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:40.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:40.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:40.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:40.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:40.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:40.886 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:40.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:52:40.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:52:40.886 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:52:40.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:40.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:40.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:40.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:40.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:40.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:40.886 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:52:40.886 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:40.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:40.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:40.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:41.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:41.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:41.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:41.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:41.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:41.887 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:41.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:52:41.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:52:41.888 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:52:41.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:41.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:41.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:41.888 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:41.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:41.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:41.888 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:52:41.888 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:41.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:41.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:41.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:42.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:42.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:42.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:42.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:42.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:42.889 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:42.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:52:42.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:52:42.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:52:42.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:42.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:42.889 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:42.889 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:42.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:42.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:42.890 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 10:52:42.890 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:42.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:42.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:42.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:43.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:43.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:43.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:43.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:44.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:44.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:44.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:44.391 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:44.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.... 10:52:44.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 10:52:44.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:52:44.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:44.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:44.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 10:52:44.392 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:44.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:44.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:44.392 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:52:44.392 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:44.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:44.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:44.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:44.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:44.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:45.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:45.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:45.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:45.412 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:45.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:52:45.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:52:45.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:52:45.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:45.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:45.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:45.413 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:45.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:45.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:45.413 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:52:45.413 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:45.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:45.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:45.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:52:45.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:52:45.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:52:45.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:52:45.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:52:45.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:52:45.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:45.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:45.419 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:45.419 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:45.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:45.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:45.419 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:52:45.419 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:45.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:45.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:45.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:45.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:45.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:46.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:46.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:46.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:46.420 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:46.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:52:46.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:52:46.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:52:46.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:46.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:46.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 10:52:46.420 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:46.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:46.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:46.421 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:52:46.421 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:46.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:46.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:46.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:46.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:46.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:47.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:47.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:47.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:47.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:47.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:47.922 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:47.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:52:47.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:52:47.922 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:52:47.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:47.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:47.923 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:47.923 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:47.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:47.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:47.923 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:52:47.923 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:47.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:47.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:47.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:48.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:48.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:48.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:48.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:48.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:48.924 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:48.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:52:48.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:52:48.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:52:48.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:48.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:48.924 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:48.924 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:48.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:48.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:48.924 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 10:52:48.924 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:48.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:48.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:48.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:49.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:49.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:49.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:49.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:49.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:49.925 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:49.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:52:49.926 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 10:52:49.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:52:49.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:49.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:49.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:49.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:49.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:49.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:49.926 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:52:49.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:49.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:49.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:49.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:50.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:50.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:50.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:50.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:50.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:50.934 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:50.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:52:50.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:52:50.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:52:50.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:50.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:50.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:50.934 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:50.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:50.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:50.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:52:50.935 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:50.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:50.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:50.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:52:50.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:52:50.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:52:50.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:52:50.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:52:50.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:52:50.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:50.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:50.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:50.940 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:50.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:50.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:50.941 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:52:50.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:50.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:50.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:50.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:51.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:51.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:51.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:51.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:52.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:52.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:52.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:52.442 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:52.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:52:52.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:52:52.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:52:52.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:52.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:52.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:52.443 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:52.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:52.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:52.443 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:52:52.443 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:52.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:52.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:52.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:52.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:52.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:53.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:53.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:53.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:53.444 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:53.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:52:53.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:52:53.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:52:53.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:53.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:53.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:53.444 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:53.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:53.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:53.445 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:52:53.445 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:53.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:53.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:53.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:53.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:53.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:54.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:54.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:54.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:54.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:54.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:54.946 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:54.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:52:54.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:52:54.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:52:54.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:54.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:54.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:54.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:54.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:54.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:54.947 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 10:52:54.947 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:54.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:54.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:54.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:55.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:55.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:55.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:55.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:56.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:56.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:56.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:56.448 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:56.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:52:56.451 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 10:52:56.451 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:52:56.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:56.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:56.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:56.451 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:56.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:56.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:56.451 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:52:56.451 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:56.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:56.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:56.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:56.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:56.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:57.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:57.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:57.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:57.472 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:57.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:52:57.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:52:57.472 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:52:57.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:57.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:57.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:57.472 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:57.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:57.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:57.472 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:52:57.472 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:57.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:57.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:57.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:52:57.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:52:57.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:52:57.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.... 10:52:57.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 10:52:57.478 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:52:57.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:57.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:57.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:57.478 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:57.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:57.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:57.483 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:52:57.484 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:57.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:57.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:57.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:57.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:57.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:58.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:58.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:58.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:58.486 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:58.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:52:58.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:52:58.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:52:58.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:58.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:58.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:58.486 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:58.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:58.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:58.486 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:52:58.486 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:58.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:58.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:58.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:52:58.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:52:58.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:52:58.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:52:58.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:52:58.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:52:58.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:58.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:58.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:58.493 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:58.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:58.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:58.493 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:52:58.493 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:58.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:58.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:58.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:58.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:58.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:59.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:59.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:59.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:52:59.494 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:52:59.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:52:59.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:52:59.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:52:59.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:52:59.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:52:59.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:52:59.494 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:52:59.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:52:59.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:52:59.495 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:52:59.495 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:52:59.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:52:59.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:59.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:52:59.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:52:59.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:00.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:00.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:00.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:00.496 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:00.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:53:00.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:53:00.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:53:00.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:00.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:00.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:00.496 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:00.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:00.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:00.496 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:53:00.496 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:00.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:00.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:00.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:00.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:00.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:00.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:53:00.500 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 10:53:00.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:53:00.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:00.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:00.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:00.500 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:00.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:00.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:00.500 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:53:00.500 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:00.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:00.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:00.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:01.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:01.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:01.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:01.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:01.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:01.508 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:01.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:53:01.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:53:01.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:53:01.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:01.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:01.509 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:01.509 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:01.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:01.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:01.509 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:53:01.509 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:01.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:01.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:01.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:01.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:01.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:01.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:53:01.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:53:01.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:53:01.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:01.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:01.524 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:01.525 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:01.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:01.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:01.525 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:53:01.525 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:01.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:01.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:01.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:02.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:02.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:02.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:02.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:02.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:02.528 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:02.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:53:02.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:53:02.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:53:02.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:02.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:02.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:02.528 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:02.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:02.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:02.528 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:53:02.528 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:02.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:02.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:02.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:03.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:03.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:03.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:03.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:03.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:03.529 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:03.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:53:03.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:53:03.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:53:03.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:03.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:03.530 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:03.530 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:03.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:03.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:03.530 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:53:03.530 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:03.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:03.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:03.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:03.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:03.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:03.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:53:03.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:53:03.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:53:03.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:03.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:03.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:03.533 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:03.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:03.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:03.533 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 10:53:03.533 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:03.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:03.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:03.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:04.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:04.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:04.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:04.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:04.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:04.534 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:04.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:53:04.534 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 10:53:04.534 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:53:04.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:04.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:04.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:04.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:04.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:04.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:04.534 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:53:04.535 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:04.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:04.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:04.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:05.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:05.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:05.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:05.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:05.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:05.555 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:05.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:53:05.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:53:05.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:53:05.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:05.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:05.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:05.555 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:05.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:05.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:05.556 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:53:05.556 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:05.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:05.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:05.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:05.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:05.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:05.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:53:05.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:53:05.562 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:53:05.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:05.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:05.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:05.562 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:05.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:05.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:05.562 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:53:05.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:05.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:05.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:05.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:06.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:06.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:06.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:06.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:06.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:06.563 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:06.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:53:06.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:53:06.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:53:06.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:06.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:06.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:06.563 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:06.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:06.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:06.564 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:53:06.564 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:06.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:06.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:06.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:07.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:07.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:07.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:07.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:07.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:07.565 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:07.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:53:07.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:53:07.565 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:53:07.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:07.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:07.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:07.565 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:07.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:07.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:07.565 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:53:07.565 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:07.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:07.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:07.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:07.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:07.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:07.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:53:07.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:53:07.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:53:07.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:07.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:07.569 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:07.569 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:07.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:07.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:07.569 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 10:53:07.569 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:07.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:07.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:07.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:08.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:08.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:08.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:08.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:08.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:08.570 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:08.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:53:08.570 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 10:53:08.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:53:08.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:08.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:08.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:08.570 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:08.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:08.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:08.570 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:53:08.570 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:08.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:08.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:08.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:09.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:09.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:09.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:09.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:09.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:09.579 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:09.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:53:09.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:53:09.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:53:09.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:09.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:09.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:09.579 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:09.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:09.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:09.579 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:53:09.580 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:09.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:09.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:09.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:09.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:09.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:09.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:53:09.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:53:09.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:53:09.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:09.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:09.585 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:09.585 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:09.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:09.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:09.585 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:53:09.585 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:09.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:09.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:09.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:10.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:10.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:10.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:10.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:10.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:10.586 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:10.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:53:10.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:53:10.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:53:10.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:10.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:10.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:10.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:10.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:10.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:10.587 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:53:10.587 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:10.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:10.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:10.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:11.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:11.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:11.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:11.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:11.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:11.588 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:11.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:53:11.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:53:11.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:53:11.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:11.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:11.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:11.588 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:11.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:11.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:11.588 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:53:11.588 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:11.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:11.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:11.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:11.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:11.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:11.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:53:11.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:53:11.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:53:11.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:11.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:11.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:11.592 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:11.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:11.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:11.592 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 10:53:11.592 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:11.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:11.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:11.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:12.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:12.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:12.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:12.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:13.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:13.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:13.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:13.093 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:13.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:53:13.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 10:53:13.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:53:13.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:13.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:13.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 10:53:13.096 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:13.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:13.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:13.096 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:53:13.096 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:13.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:13.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:13.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:13.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:13.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:14.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:14.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:14.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:14.104 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:14.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:53:14.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:53:14.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:53:14.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:14.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:14.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 10:53:14.105 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:14.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:14.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:14.105 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:53:14.105 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:14.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:14.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:14.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:14.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:14.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:14.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:53:14.110 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 10:53:14.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:53:14.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:14.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:14.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:14.110 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:14.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:14.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:14.111 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:53:14.115 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:14.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:14.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:14.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:14.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:14.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:15.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:15.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:15.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:15.117 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:15.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:53:15.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:53:15.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:53:15.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:15.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:15.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:15.118 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:15.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:15.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:15.118 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:53:15.118 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:15.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:15.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:15.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:15.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:15.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:15.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:53:15.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:53:15.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:53:15.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:15.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:15.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:15.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:15.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:15.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:15.131 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:53:15.131 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:15.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:15.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:15.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:15.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:15.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:16.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:16.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:16.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:16.132 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:16.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:53:16.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:53:16.132 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:53:16.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:16.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:16.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:16.132 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:16.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:16.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:16.132 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:53:16.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:16.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:16.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:16.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:16.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:16.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:16.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:53:16.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:53:16.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:53:16.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:16.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:16.135 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:16.135 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:16.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:16.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:16.135 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:53:16.135 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:16.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:16.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:16.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:16.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:16.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:16.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:53:16.136 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 10:53:16.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:53:16.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:16.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:16.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:16.136 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:16.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:16.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:16.136 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:53:16.136 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:16.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:16.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:16.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:16.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:16.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:17.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:17.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:17.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:17.153 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:17.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:53:17.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:53:17.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:53:17.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:17.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:17.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:17.153 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:17.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:17.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:17.153 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:53:17.153 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:17.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:17.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:17.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:17.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:17.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:17.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:53:17.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:53:17.159 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:53:17.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:17.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:17.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 10:53:17.159 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:17.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:17.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:17.159 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:53:17.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:17.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:17.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:17.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:17.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:17.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:18.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:18.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:18.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:18.161 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:18.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:53:18.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:53:18.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:53:18.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:18.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:18.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:18.161 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:18.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:18.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:18.161 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:53:18.161 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:18.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:18.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:18.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:18.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:18.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:18.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:53:18.165 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 10:53:18.165 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:53:18.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:18.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:18.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:18.165 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:18.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:18.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:18.165 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:53:18.166 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:18.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:18.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:18.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:18.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:18.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:19.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:19.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:19.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:19.174 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:19.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:53:19.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:53:19.174 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:53:19.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:19.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:19.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:19.174 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:19.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:19.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:19.174 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:53:19.174 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:19.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:19.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:19.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:19.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:19.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:19.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:53:19.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 10:53:19.188 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:53:19.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:19.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:19.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 10:53:19.188 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:19.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:19.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:19.188 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:53:19.188 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:19.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:19.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:19.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:19.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:19.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:20.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:20.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:20.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:20.189 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:20.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:53:20.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:53:20.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:53:20.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:20.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:20.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:20.190 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:20.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:20.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:20.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:53:20.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:20.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:20.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:20.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:20.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:20.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:20.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:53:20.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:53:20.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:53:20.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:20.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:20.193 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:20.193 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:20.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:20.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:20.193 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:53:20.193 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:20.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:20.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:20.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:20.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:20.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:20.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:53:20.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:53:20.194 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:53:20.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:20.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:20.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:20.194 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:20.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:20.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:20.194 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 10:53:20.194 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:20.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:20.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:20.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:20.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:20.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:21.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:21.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:21.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:21.195 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:21.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:53:21.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 10:53:21.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:53:21.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:21.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:21.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 10:53:21.196 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:21.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:21.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:21.196 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:53:21.196 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:21.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:21.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:21.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:21.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:21.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:22.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:22.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:22.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:22.205 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:22.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:53:22.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:53:22.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:53:22.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:22.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:22.205 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:22.205 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:22.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:22.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:22.205 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:53:22.205 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:22.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:22.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:22.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:22.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:22.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:22.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:53:22.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:53:22.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:53:22.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:22.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:22.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:22.219 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:22.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:22.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:22.219 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:53:22.219 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:22.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:22.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:22.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:22.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:22.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:23.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:23.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:23.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:23.220 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:23.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:53:23.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:53:23.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:53:23.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:23.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:23.220 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:23.220 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:23.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:23.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:23.220 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:53:23.220 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:23.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:23.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:23.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:23.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:23.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:23.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:53:23.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:53:23.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:53:23.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:23.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:23.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:23.224 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:23.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:23.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:23.224 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:53:23.224 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:23.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:23.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:23.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:23.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:23.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:23.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:53:23.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:53:23.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:53:23.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:23.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:23.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:23.224 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:23.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:23.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:23.225 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 10:53:23.225 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:23.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:23.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:23.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:23.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:23.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:24.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:24.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:24.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:24.226 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:24.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:53:24.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 10:53:24.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:53:24.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:24.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:24.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:24.229 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:24.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:24.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:24.229 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:53:24.229 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:24.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:24.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:24.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:24.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:24.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:25.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:25.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:25.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:25.238 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:53:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:53:25.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:53:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:25.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:25.238 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:25.238 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:53:25.238 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:25.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:25.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:25.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:25.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:25.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:53:25.244 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 10:53:25.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:53:25.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:25.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:25.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:25.244 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:25.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:25.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:25.244 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:53:25.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:25.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:25.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:25.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:25.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:25.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:26.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:26.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:26.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:26.251 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:26.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:53:26.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:53:26.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:53:26.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:26.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:26.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:26.251 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:26.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:26.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:26.251 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:53:26.251 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:26.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:26.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:26.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:26.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:26.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:26.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:53:26.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:53:26.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:53:26.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:26.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:26.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:26.258 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:26.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:26.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:26.258 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:53:26.258 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:26.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:26.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:26.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:26.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:26.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:26.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:53:26.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:53:26.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:53:26.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:26.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:26.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:26.261 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:26.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:26.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:26.261 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:53:26.261 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:26.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:26.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:26.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:26.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:26.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:26.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:53:26.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:53:26.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:53:26.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:26.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:26.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:26.262 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:26.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:26.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:26.262 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:53:26.262 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:26.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:26.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:26.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:26.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:26.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:26.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:53:26.275 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 10:53:26.275 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:53:26.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:26.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:26.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:26.275 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:26.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:26.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:26.275 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:53:26.280 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:26.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:26.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:26.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:26.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:26.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:27.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:27.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:27.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:27.283 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:27.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:53:27.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:53:27.283 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:53:27.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:27.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:27.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:27.283 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:27.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:27.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:27.283 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:53:27.283 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:27.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:27.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:27.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:27.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:27.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:27.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:53:27.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:53:27.289 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:53:27.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:27.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:27.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:27.289 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:27.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:27.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:27.289 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:53:27.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:27.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:27.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:27.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:27.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:27.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:27.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:53:27.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:53:27.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:53:27.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:27.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:27.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:27.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:27.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:27.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:27.292 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:53:27.292 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:27.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:27.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:27.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:27.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:27.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:27.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:53:27.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 10:53:27.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:53:27.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:27.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:27.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:27.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:27.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:27.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:27.292 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:53:27.292 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:27.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:27.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:27.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:27.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:27.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:28.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:28.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:28.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:28.295 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:28.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:53:28.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:53:28.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:53:28.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:28.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:28.295 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:28.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:28.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:28.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:28.295 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:53:28.295 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:28.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:28.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:28.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:28.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:28.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:28.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:53:28.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:53:28.308 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:53:28.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:28.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:28.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:28.308 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:28.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:28.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:28.308 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:53:28.308 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:28.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:28.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:28.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:28.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:28.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:28.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:53:28.310 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 10:53:28.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:53:28.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:28.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:28.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:28.310 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:28.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:28.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:28.310 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:53:28.311 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:28.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:28.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:28.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:28.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:28.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:29.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:29.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:29.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:29.313 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:29.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:53:29.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:53:29.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:53:29.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:29.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:29.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:29.313 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:29.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:29.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:29.313 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:53:29.313 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:29.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:29.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:29.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:29.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:29.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:29.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:53:29.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:53:29.318 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:53:29.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:29.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:29.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:29.318 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:29.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:29.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:29.319 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:53:29.319 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:29.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:29.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:29.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:29.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:29.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:29.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:53:29.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:53:29.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:53:29.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:29.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:29.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:29.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:29.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:29.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:29.321 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:53:29.321 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:29.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:29.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:29.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:29.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:29.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:29.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:53:29.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:53:29.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:53:29.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:29.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:29.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:29.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:29.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:29.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:29.321 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:53:29.321 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:29.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:29.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:29.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:29.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:29.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:29.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:53:29.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:53:29.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:53:29.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:29.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:29.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:29.322 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:29.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:29.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:29.322 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 10:53:29.322 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:29.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:29.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:29.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:29.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:29.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:30.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:30.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:30.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:30.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:30.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:30.823 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:30.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:53:30.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 10:53:30.826 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:53:30.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:30.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:30.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 10:53:30.826 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:30.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:30.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:30.826 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:53:30.826 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:30.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:30.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:30.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:31.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:31.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:31.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:31.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:31.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:31.828 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:31.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:53:31.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:53:31.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:53:31.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:31.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:31.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:31.829 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:31.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:31.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:31.829 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:53:31.829 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:31.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:31.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:31.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:31.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:31.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:31.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:53:31.834 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 10:53:31.834 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:53:31.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:31.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:31.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:31.834 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:31.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:31.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:31.834 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:53:31.838 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:31.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:31.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:31.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:32.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:32.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:32.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:32.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:32.841 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:32.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:53:32.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:53:32.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:53:32.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:32.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:32.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:32.841 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:32.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:32.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:32.841 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:53:32.841 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:32.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:32.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:32.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:32.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:32.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:32.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:53:32.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:53:32.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:53:32.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:32.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:32.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:32.853 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:32.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:32.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:32.853 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:53:32.853 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:32.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:32.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:32.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:32.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:32.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:32.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:53:32.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:53:32.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:53:32.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:32.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:32.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:32.855 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:32.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:32.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:32.855 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:53:32.855 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:32.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:32.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:32.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:32.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:32.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:32.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:53:32.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:53:32.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:53:32.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:32.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:32.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:32.856 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:32.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:32.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:32.868 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:53:32.868 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:32.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:32.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:32.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:32.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:32.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:32.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:53:32.869 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 10:53:32.869 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:53:32.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:32.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:32.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:32.869 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:32.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:32.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:32.869 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:53:32.869 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:32.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:32.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:32.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:33.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:33.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:33.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:33.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:33.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:33.871 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:33.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:53:33.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:53:33.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:53:33.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:33.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:33.872 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:33.872 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:33.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:33.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:33.872 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:53:33.872 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:33.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:33.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:33.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:33.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:33.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:33.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:53:33.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:53:33.877 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:53:33.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:33.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:33.877 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:33.877 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:33.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:33.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:33.877 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:53:33.877 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:33.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:33.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:33.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:33.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:33.879 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:33.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:53:33.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:53:33.879 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:53:33.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:33.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:33.879 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:33.879 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:33.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:33.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:33.879 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:53:33.879 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:33.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:33.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:33.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:33.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:33.879 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:33.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:53:33.879 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 10:53:33.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:53:33.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:33.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:33.880 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:33.880 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:33.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:33.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:33.880 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:53:33.880 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:33.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:33.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:33.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:34.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:34.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:34.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:34.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:34.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:34.882 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:34.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:53:34.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:53:34.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:53:34.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:34.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:34.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:34.882 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:34.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:34.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:34.882 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:53:34.882 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:34.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:34.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:34.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:34.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:34.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:34.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:53:34.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:53:34.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:53:34.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:34.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:34.895 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:34.895 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:34.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:34.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:34.895 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:53:34.895 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:34.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:34.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:34.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:34.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:34.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:34.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:53:34.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 10:53:34.897 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:53:34.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:34.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:34.897 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:34.897 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:34.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:34.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:34.897 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:53:34.897 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:34.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:34.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:34.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:35.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:35.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:35.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:35.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:35.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:35.899 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:35.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:53:35.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:53:35.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:53:35.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:35.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:35.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 10:53:35.899 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:35.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:35.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:35.900 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:53:35.900 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:35.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:35.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:35.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:35.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:35.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:35.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:53:35.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:53:35.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:53:35.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:35.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:35.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 10:53:35.905 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:35.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:35.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:35.905 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:53:35.905 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:35.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:35.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:35.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:35.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:35.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:35.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:53:35.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:53:35.906 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:53:35.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:35.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:35.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 10:53:35.907 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:35.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:35.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:35.907 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:53:35.907 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:35.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:35.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:35.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:35.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:35.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:35.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:53:35.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 10:53:35.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:53:35.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:35.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:35.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 10:53:35.907 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:35.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:35.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:35.907 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:53:35.907 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:35.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:35.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:35.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:35.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:35.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:35.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:53:35.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 10:53:35.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:53:35.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:35.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:35.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:35.912 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:35.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:35.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:35.912 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 10:53:35.912 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:35.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:35.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:35.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:35.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:35.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:35.913 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 10:53:35.913 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 10:53:35.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:53:35.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:53:35.916 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 10:53:35.916 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 10:53:35.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:53:35.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:53:35.927 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 10:53:35.927 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 10:53:35.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:53:35.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:53:35.929 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 10:53:35.929 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 10:53:35.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:53:35.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:53:35.931 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 10:53:35.931 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 10:53:35.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:53:35.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:53:35.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 10:53:35.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:53:35.940 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:53:35.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:35.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:35.941 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 10:53:35.941 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:53:35.941 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 10:53:35.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 10:53:35.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:53:35.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:53:35.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:53:35.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:53:35.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:53:35.949 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:53:35.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:35.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:35.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:53:35.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:53:35.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:53:35.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:35.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:35.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:53:35.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:53:35.971 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:53:35.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:35.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:35.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:53:35.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:53:35.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:53:35.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:35.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:35.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:53:35.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:53:35.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:53:35.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:35.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:35.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:53:35.984 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 10:53:35.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:53:35.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:35.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:35.984 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:35.984 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:35.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:35.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:35.984 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:53:35.984 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:35.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:35.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:35.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:36.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:36.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:36.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:36.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:36.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:36.987 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:36.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:53:36.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:53:36.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:53:36.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:36.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:36.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:36.987 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:36.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:36.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:36.987 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:53:36.987 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:36.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:36.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:36.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:37.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:37.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:37.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:37.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:37.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:37.988 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:37.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:53:37.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:53:37.988 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:53:37.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:37.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:37.988 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:37.988 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:37.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:37.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:37.989 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:53:37.989 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:37.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:37.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:37.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:38.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:38.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:38.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:38.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:38.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:38.990 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:38.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:53:38.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:53:38.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:53:38.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:38.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:38.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:38.990 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:38.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:38.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:38.990 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 10:53:38.990 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:38.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:38.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:38.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:39.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:39.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:39.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:39.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:39.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:39.991 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:39.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:53:39.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:53:39.991 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:53:39.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:39.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:39.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:39.992 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:39.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:39.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:39.992 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:53:39.992 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:39.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:39.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:39.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:40.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:40.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:40.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:40.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:40.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:40.993 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:40.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:53:40.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:53:40.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:53:40.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:40.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:40.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:40.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:40.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:40.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:40.996 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:53:40.996 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:40.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:40.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:40.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:41.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:41.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:41.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:41.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:42.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:42.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:42.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:42.497 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:42.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:53:42.500 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 10:53:42.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:53:42.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:42.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:42.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:42.500 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:42.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:42.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:42.500 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:53:42.500 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:42.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:42.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:42.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:43.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:43.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:43.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:43.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:43.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:43.507 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:43.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:53:43.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:53:43.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:53:43.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:43.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:43.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:43.508 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:43.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:43.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:43.508 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:53:43.508 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:43.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:43.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:43.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:44.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:44.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:44.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:44.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:44.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:44.509 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:44.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:53:44.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:53:44.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:53:44.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:44.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:44.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:44.510 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:44.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:44.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:44.510 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:53:44.510 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:44.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:44.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:44.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:45.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:45.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:45.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:45.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:46.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:46.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:46.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:46.011 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:46.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:53:46.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:53:46.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:53:46.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:46.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:46.012 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:46.012 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:46.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:46.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:46.012 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 10:53:46.012 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:46.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:46.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:46.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:46.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:46.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:47.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:47.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:47.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:47.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:47.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:47.513 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:47.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:53:47.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:53:47.513 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:53:47.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:47.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:47.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 10:53:47.514 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:47.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:47.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:47.514 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:53:47.514 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:47.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:47.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:47.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:48.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:48.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:48.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:48.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:49.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:49.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:49.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:49.015 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:49.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:53:49.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:53:49.015 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:53:49.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:49.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:49.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:49.015 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:49.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:49.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:49.015 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:53:49.015 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:49.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:49.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:49.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:49.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:49.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:49.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:53:49.018 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 10:53:49.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:53:49.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:49.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:49.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:49.018 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:49.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:49.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:49.019 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:53:49.019 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:49.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:49.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:49.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:49.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:49.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:50.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:50.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:50.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:50.021 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:50.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:53:50.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:53:50.021 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:53:50.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:50.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:50.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:50.021 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:50.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:50.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:50.021 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:53:50.021 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:50.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:50.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:50.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:50.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:50.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:51.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:51.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:51.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:51.022 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:51.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:53:51.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:53:51.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:53:51.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:51.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:51.023 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:51.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:51.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:51.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:51.023 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:53:51.023 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:51.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:51.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:51.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:51.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:51.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:52.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:52.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:52.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:52.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:52.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:52.524 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:52.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:53:52.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:53:52.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:53:52.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:52.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:52.524 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:52.524 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:52.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:52.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:52.524 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 10:53:52.524 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:52.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:52.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:52.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:53.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:53.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:53.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:53.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:53.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:53.525 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:53.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:53:53.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:53:53.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:53:53.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:53.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:53.526 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:53.526 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:53.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:53.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:53.526 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:53:53.526 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:53.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:53.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:53.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:54.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:54.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:54.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:54.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:54.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:54.527 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:54.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:53:54.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:53:54.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:53:54.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:54.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:54.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:54.527 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:54.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:54.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:54.527 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:53:54.527 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:54.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:54.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:54.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:54.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:54.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:54.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:53:54.532 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 10:53:54.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:53:54.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:54.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:54.532 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:54.532 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:54.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:54.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:54.533 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:53:54.533 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:54.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:54.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:54.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:55.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:55.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:55.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:55.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:55.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:55.552 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:55.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:53:55.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:53:55.552 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:53:55.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:55.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:55.553 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:55.553 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:55.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:55.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:55.553 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:53:55.553 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:55.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:55.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:55.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:56.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:56.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:56.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:56.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:57.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:57.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:57.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:57.054 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:57.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:53:57.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:53:57.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:53:57.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:57.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:57.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:57.055 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:57.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:57.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:57.055 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:53:57.055 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:57.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:57.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:57.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:57.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:57.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:58.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:58.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:58.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:58.056 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:58.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:53:58.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:53:58.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:53:58.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:58.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:58.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:58.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:58.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:58.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:58.057 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 10:53:58.057 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:58.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:58.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:58.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:58.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:58.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:59.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:59.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:59.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:59.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:53:59.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:53:59.558 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:53:59.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:53:59.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:53:59.558 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:53:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:59.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:59.559 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:59.559 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:53:59.559 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:59.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:59.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:53:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:53:59.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:53:59.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:53:59.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 10:53:59.562 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:53:59.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:53:59.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:53:59.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:53:59.562 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:53:59.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:53:59.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:53:59.562 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:53:59.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:53:59.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:53:59.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:53:59.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:00.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:00.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:00.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:00.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:00.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:54:00.570 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:54:00.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:54:00.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:54:00.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:54:00.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:00.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:00.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:54:00.570 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:00.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:00.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:00.570 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:54:00.570 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:00.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:00.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:00.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:01.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:01.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:01.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:01.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:01.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:54:01.571 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:54:01.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:54:01.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:54:01.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:54:01.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:01.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:01.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:54:01.572 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:01.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:01.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:01.572 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:54:01.572 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:01.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:01.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:01.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:02.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:02.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:02.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:02.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:03.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:03.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:03.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:54:03.073 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:54:03.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:54:03.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:54:03.073 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:54:03.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:03.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:03.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:54:03.073 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:03.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:03.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:03.073 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 10:54:03.073 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:03.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:03.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:03.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:03.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:03.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:04.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:04.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:04.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:54:04.074 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:54:04.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:54:04.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 10:54:04.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:54:04.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:04.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:04.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 10:54:04.075 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:04.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:04.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:04.075 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:54:04.075 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:04.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:04.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:04.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:04.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:04.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:54:04.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:54:04.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:54:04.078 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:54:04.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:04.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:04.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:54:04.078 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:04.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:04.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:04.078 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:54:04.078 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:04.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:04.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:04.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:04.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:04.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:54:04.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.... 10:54:04.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 10:54:04.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:04.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:04.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:04.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 10:54:04.083 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:04.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:04.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:04.101 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:54:04.101 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:04.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:04.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:04.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:04.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:04.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:05.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:05.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:05.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:54:05.103 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:54:05.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:54:05.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:54:05.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:54:05.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:05.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:05.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 10:54:05.103 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:05.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:05.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:05.103 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:54:05.103 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:05.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:05.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:05.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:05.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:05.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:54:05.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:54:05.109 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 10:54:05.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:05.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:05.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:05.109 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:54:05.109 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:05.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:05.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:05.109 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:54:05.113 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:05.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:05.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:05.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:05.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:05.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:06.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:06.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:06.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:54:06.116 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:54:06.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:54:06.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:54:06.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:54:06.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:06.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:06.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:54:06.116 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:06.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:06.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:06.116 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:54:06.116 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:06.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:06.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:06.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:06.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:06.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:54:06.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:54:06.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:54:06.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:54:06.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:06.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:06.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:54:06.123 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:06.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:06.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:06.125 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:54:06.125 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:06.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:06.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:06.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:06.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:06.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:07.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:07.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:07.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:07.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:07.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:54:07.626 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:54:07.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:54:07.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:54:07.626 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:54:07.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:07.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:07.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 10:54:07.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:07.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:07.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:07.626 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 10:54:07.626 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:07.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:07.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:07.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:08.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:08.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:08.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:08.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:08.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:54:08.627 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:54:08.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:54:08.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:54:08.628 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:54:08.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:08.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:08.628 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:54:08.628 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:08.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:08.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:08.628 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:54:08.628 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:08.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:08.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:08.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:08.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:08.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:54:08.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:54:08.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:54:08.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:54:08.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:08.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:08.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:54:08.631 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:08.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:08.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:08.631 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:54:08.631 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:08.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:08.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:08.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:08.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:08.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:54:08.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:54:08.635 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 10:54:08.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:08.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:08.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:08.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:54:08.635 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:08.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:08.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:08.635 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:54:08.635 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:08.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:08.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:08.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:09.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:09.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:09.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:09.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:09.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:54:09.642 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:54:09.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:54:09.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:54:09.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:54:09.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:09.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:09.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:54:09.642 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:09.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:09.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:09.642 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:54:09.642 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:09.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:09.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:09.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:09.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:09.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:54:09.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:54:09.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:54:09.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:54:09.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:09.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:09.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:54:09.655 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:09.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:09.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:09.655 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:54:09.655 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:09.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:09.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:09.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:09.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:09.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:54:09.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:54:09.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 10:54:09.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:09.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:09.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:09.657 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:54:09.657 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:09.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:09.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:09.657 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:54:09.657 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:09.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:09.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:09.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:10.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:10.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:10.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:10.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:10.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:54:10.660 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:54:10.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:54:10.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:54:10.660 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:54:10.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:10.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:10.660 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:54:10.660 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:10.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:10.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:10.660 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:54:10.660 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:10.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:10.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:10.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:10.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:10.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:54:10.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:54:10.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:54:10.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:54:10.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:10.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:10.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:54:10.665 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:10.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:10.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:10.665 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:54:10.665 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:10.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:10.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:10.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:10.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:10.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:54:10.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:54:10.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:54:10.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:54:10.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:10.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:10.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 10:54:10.667 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:10.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:10.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:10.667 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 10:54:10.667 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:10.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:10.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:10.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:11.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:11.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:11.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:11.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:11.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:54:11.668 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:54:11.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 10:54:11.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 10:54:11.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 10:54:11.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:11.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:11.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:54:11.669 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:11.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:11.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:11.669 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 10:54:11.669 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:11.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:11.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:11.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:11.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:11.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:54:11.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 10:54:11.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 10:54:11.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 10:54:11.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:11.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:11.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:54:11.672 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:11.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:11.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:11.672 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 10:54:11.672 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:11.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:11.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:11.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:11.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:11.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:54:11.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 10:54:11.676 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 10:54:11.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:11.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:11.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:11.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:54:11.676 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:11.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:11.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:11.676 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 10:54:11.676 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:11.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:11.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:11.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:12.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:12.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:12.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:12.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:12.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:54:12.683 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 10:54:12.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 10:54:12.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 10:54:12.684 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 10:54:12.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:12.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:12.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:54:12.684 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:12.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:12.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:12.684 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 10:54:12.684 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:12.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:12.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:12.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:12.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:12.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:54:12.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 10:54:12.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 10:54:12.689 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 10:54:12.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:12.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:12.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 10:54:12.689 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:12.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:12.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:12.690 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 10:54:12.690 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:12.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:12.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:12.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:12.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:12.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:54:12.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 10:54:12.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 10:54:12.700 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 10:54:12.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:12.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:12.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 10:54:12.700 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:12.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:12.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:12.700 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 10:54:12.700 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:12.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:12.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:12.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:12.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:12.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 10:54:12.703 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 10:54:12.703 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 10:54:12.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:54:12.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:54:12.705 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 10:54:12.705 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 10:54:12.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:54:12.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:54:12.707 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 10:54:12.707 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 10:54:12.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:54:12.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:54:12.709 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 10:54:12.709 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 10:54:12.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:54:12.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:54:12.710 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 10:54:12.711 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 10:54:12.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:54:12.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:54:12.717 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 10:54:12.717 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:12.717 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:12.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:12.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:12.717 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 10:54:12.717 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 10:54:12.717 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:12.717 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:12.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:12.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 133.653 s - in org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 96.875 s testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 36.776 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-1044 [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 10:54:22.755 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 10:54:22.757 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 10:54:22.769 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 10:54:22.770 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 10:54:22.842 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 10:54:22.865 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:54:22.868 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:22.871 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 10:54:22.874 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 10:54:22.874 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 10:54:22.928 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 10:54:22.932 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:22.932 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:54:22.934 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:22.934 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:54:22.937 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:22.938 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 10:54:22.951 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.*'] 10:54:22.968 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:54:22.969 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.*'] 10:54:22.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:54:22.970 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 10:54:22.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:54:22.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:22.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:22.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:22.980 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:23.023 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:54:23.027 DEBUG [main][MenuItemLookup] Found menu:'File' 10:54:23.027 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:54:23.027 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:54:23.027 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:54:23.027 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:54:23.027 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:54:23.027 DEBUG [main][MenuItemLookup] Item match:Window 10:54:23.032 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:54:23.032 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:54:23.032 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:54:23.032 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:23.032 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:54:23.032 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 10:54:23.032 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:23.032 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 10:54:23.032 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:23.032 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 10:54:23.032 DEBUG [main][MenuItemLookup] Item match:Preferences 10:54:23.035 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 10:54:23.035 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 10:54:23.036 INFO [main][MenuItemHandler] Select menu item: &Preferences 10:54:23.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 10:54:23.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 'Preferences.*'] is available. finished successfully 10:54:23.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 10:54:23.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:23.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:23.251 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 10:54:23.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:54:23.258 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 10:54:23.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:23.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:23.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:23.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:23.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:54:23.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:54:23.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:54:23.293 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) 10:54:23.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:23.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:23.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:23.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:23.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:54:23.328 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 10:54:23.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:54:23.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:54:23.330 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:54:23.331 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:54:23.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:54:23.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:54:23.381 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:23.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:23.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:23.382 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:23.384 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 10:54:23.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 10:54:23.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:23.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:23.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:23.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:23.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:23.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:23.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:23.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:23.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:23.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:23.426 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:23.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:54:23.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:23.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:23.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:23.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:23.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:23.430 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:54:23.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:54:23.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:23.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:54:23.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:23.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:23.439 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 10:54:23.439 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 10:54:23.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:54:23.441 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 10:54:23.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:23.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:23.493 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 10:54:23.494 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:23.496 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:23.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:23.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:23.524 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 10:54:23.524 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:23.524 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 10:54:23.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 10:54:23.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:23.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:23.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:23.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:23.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:23.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:23.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:23.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:23.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:23.534 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 10:54:23.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:23.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:23.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:23.536 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:23.536 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:54:23.536 DEBUG [main][MenuItemLookup] Found menu:'File' 10:54:23.536 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:54:23.536 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:54:23.536 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:54:23.536 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:54:23.536 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:54:23.536 DEBUG [main][MenuItemLookup] Item match:Window 10:54:23.537 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:54:23.537 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:54:23.537 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:54:23.537 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:23.537 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:54:23.537 DEBUG [main][MenuItemLookup] Item match:Show View 10:54:23.546 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 10:54:23.547 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:54:23.547 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:54:23.547 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:54:23.547 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:54:23.547 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:54:23.547 DEBUG [main][MenuItemLookup] Found menu:'Properties' 10:54:23.547 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:54:23.547 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:23.547 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:54:23.547 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:54:23.556 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:54:23.556 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:54:23.556 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:54:23.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:54:23.630 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 10:54:23.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:54:23.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:23.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:23.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:54:23.631 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:23.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:23.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:23.632 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:23.632 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:23.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:23.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:23.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:23.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:23.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:54:23.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:54:23.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:54:23.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 10:54:23.634 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:54:23.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:24.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:24.141 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:54:24.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 10:54:24.143 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:54:24.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:24.144 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:54:24.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:24.144 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:54:24.144 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 10:54:24.145 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 10:54:24.146 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 10:54:24.146 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 10:54:24.146 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:24.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:24.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:24.147 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:24.147 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:24.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:24.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:24.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 10:54:24.148 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:24.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:24.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:24.149 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:24.149 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:24.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:24.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:24.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:24.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:24.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:54:24.150 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:54:24.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:54:24.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:54:24.150 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:54:24.150 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:54:24.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:54:24.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:54:24.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 10:54:24.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:24.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:24.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 10:54:24.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:24.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:24.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:24.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:24.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:24.234 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:24.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:54:24.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:24.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:24.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:24.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:24.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:24.236 INFO [WorkbenchTestable][AbstractView] Activate view Markers 10:54:24.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 10:54:24.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:24.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:54:24.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:24.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:24.238 INFO [WorkbenchTestable][AbstractView] Activate view Markers 10:54:24.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 10:54:24.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:24.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:54:24.239 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 10:54:24.239 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 10:54:24.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 10:54:24.240 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 10:54:24.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:24.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:24.284 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 10:54:24.284 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:24.284 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:24.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:24.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:24.285 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 10:54:24.285 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:24.285 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 10:54:24.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 10:54:24.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:24.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:24.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:24.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:24.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:24.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:24.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:24.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:24.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:24.323 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 10:54:24.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:24.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:24.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:24.324 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:24.324 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:54:24.324 DEBUG [main][MenuItemLookup] Found menu:'File' 10:54:24.325 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:54:24.325 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:54:24.325 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:54:24.325 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:54:24.325 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:54:24.325 DEBUG [main][MenuItemLookup] Item match:Window 10:54:24.325 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:54:24.325 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:54:24.326 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:54:24.326 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:24.326 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:54:24.326 DEBUG [main][MenuItemLookup] Item match:Show View 10:54:24.329 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 10:54:24.329 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:54:24.329 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:54:24.329 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:54:24.329 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:54:24.329 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:54:24.329 DEBUG [main][MenuItemLookup] Found menu:'Properties' 10:54:24.329 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:54:24.329 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:24.329 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:54:24.330 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:54:24.330 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:54:24.330 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:54:24.330 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:54:24.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:54:24.385 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 10:54:24.385 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:54:24.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:24.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:24.386 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:54:24.386 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:24.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:24.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:24.386 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:24.386 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:24.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:24.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:24.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:24.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:24.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:54:24.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:54:24.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:54:24.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 10:54:24.388 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:54:24.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:24.388 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:54:24.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:24.388 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:54:24.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 10:54:24.388 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:54:24.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:24.389 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:54:24.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:24.389 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:54:24.389 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 10:54:24.389 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 10:54:24.389 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 10:54:24.390 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 10:54:24.390 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:24.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:24.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:24.390 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:24.390 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:24.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:24.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:24.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:54:24.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:24.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:24.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:24.391 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:24.391 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:24.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:24.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:24.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:24.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:24.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:54:24.392 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:54:24.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:54:24.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:54:24.392 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:54:24.392 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:54:24.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:54:24.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:54:24.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 10:54:24.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:24.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:24.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 10:54:24.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:24.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:24.497 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:24.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:24.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:24.497 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:24.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:54:24.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:24.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:24.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:24.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:24.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:24.498 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:54:24.499 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:54:24.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:24.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:54:24.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:24.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:24.501 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:54:24.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:54:24.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:24.502 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 10:54:24.502 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 10:54:24.502 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 10:54:24.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:54:24.503 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 10:54:24.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 10:54:24.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:24.534 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:24.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:24.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:24.546 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 10:54:24.547 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 10:54:24.547 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:24.547 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:24.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:24.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.814 s - in org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.139 s testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.761 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.261 s Running org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:24.580 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:24.582 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:54:24.582 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:24.583 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:24.583 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:24.583 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:54:24.583 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:24.583 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:54:24.583 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:24.583 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 10:54:24.583 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.*'] 10:54:24.583 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:54:24.584 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.*'] 10:54:24.584 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:54:24.584 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.*'] 10:54:24.584 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:54:24.584 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:24.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:24.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:24.585 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:24.585 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:54:24.585 DEBUG [main][MenuItemLookup] Found menu:'File' 10:54:24.585 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:54:24.585 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:54:24.585 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:54:24.585 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:54:24.585 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:54:24.585 DEBUG [main][MenuItemLookup] Item match:Window 10:54:24.586 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:54:24.586 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:54:24.586 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:54:24.586 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:24.586 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:54:24.586 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 10:54:24.586 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:24.586 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 10:54:24.586 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:24.586 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 10:54:24.586 DEBUG [main][MenuItemLookup] Item match:Preferences 10:54:24.586 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 10:54:24.586 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 10:54:24.586 INFO [main][MenuItemHandler] Select menu item: &Preferences 10:54:24.685 DEBUG [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.... 10:54:24.686 DEBUG [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 10:54:24.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 10:54:24.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:24.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:24.688 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 10:54:24.688 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:54:24.688 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 10:54:24.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:24.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:24.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:24.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:24.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:54:24.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:54:24.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:54:24.690 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) 10:54:24.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:24.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:24.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:24.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:24.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:54:24.692 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 10:54:24.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:54:24.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:54:24.692 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:54:24.692 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:54:24.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:54:24.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:54:24.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:24.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:24.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:24.734 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:24.734 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:24.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:24.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:24.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:24.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:24.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:24.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:24.738 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 10:54:24.738 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:24.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:24.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:24.738 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:24.738 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:54:24.738 DEBUG [main][MenuItemLookup] Found menu:'File' 10:54:24.738 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:54:24.738 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:54:24.738 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:54:24.738 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:54:24.738 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:54:24.738 DEBUG [main][MenuItemLookup] Item match:Window 10:54:24.739 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:54:24.739 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:54:24.739 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:54:24.739 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:24.739 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:54:24.739 DEBUG [main][MenuItemLookup] Item match:Show View 10:54:24.742 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 10:54:24.742 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:54:24.742 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:54:24.742 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:54:24.742 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:54:24.742 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:54:24.742 DEBUG [main][MenuItemLookup] Found menu:'Properties' 10:54:24.742 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:54:24.742 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:24.743 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:54:24.743 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:54:24.750 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:54:24.750 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:54:24.750 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:54:24.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:54:24.802 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 10:54:24.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:54:24.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:24.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:24.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:54:24.803 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:24.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:24.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:24.803 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:24.803 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:24.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:24.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:24.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:24.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:24.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:54:24.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:54:24.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:54:24.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 10:54:24.828 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:24.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:25.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:25.329 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:25.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 10:54:25.330 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:25.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:25.330 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:25.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:25.330 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:25.330 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 10:54:25.330 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 10:54:25.331 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 10:54:25.331 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 10:54:25.331 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:25.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:25.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:25.331 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:25.331 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:25.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:25.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 10:54:25.332 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:25.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:25.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:25.332 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:25.332 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:25.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:25.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:25.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:25.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:54:25.333 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:54:25.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:54:25.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:54:25.333 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:54:25.333 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:54:25.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:54:25.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:54:25.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 10:54:25.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:25.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 10:54:25.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:25.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:25.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:25.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:25.378 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:25.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 10:54:25.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:25.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:25.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:25.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:25.380 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 10:54:25.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:25.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:25.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:54:25.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:25.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:25.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:25.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:25.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:25.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:25.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:25.386 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:25.386 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:54:25.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:25.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:25.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:25.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:25.388 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 10:54:25.388 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:25.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:25.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:54:25.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:25.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:25.397 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 10:54:25.397 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 10:54:25.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:25.397 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 10:54:25.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:25.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:25.431 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:25.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:25.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:25.442 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:25.442 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:25.442 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:25.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:25.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:25.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:25.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:25.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:25.445 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 10:54:25.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:25.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:25.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:25.446 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:25.446 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:54:25.446 DEBUG [main][MenuItemLookup] Found menu:'File' 10:54:25.446 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:54:25.446 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:54:25.446 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:54:25.446 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:54:25.446 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:54:25.446 DEBUG [main][MenuItemLookup] Item match:Window 10:54:25.447 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:54:25.447 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:54:25.447 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:54:25.447 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:25.447 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:54:25.447 DEBUG [main][MenuItemLookup] Item match:Show View 10:54:25.450 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 10:54:25.450 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:54:25.450 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:54:25.450 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:54:25.450 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:54:25.450 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:54:25.450 DEBUG [main][MenuItemLookup] Found menu:'Properties' 10:54:25.450 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:54:25.450 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:25.450 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:54:25.450 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:54:25.451 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:54:25.451 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:54:25.451 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:54:25.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:54:25.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 10:54:25.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:54:25.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:25.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:25.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 10:54:25.535 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:25.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:25.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:25.535 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:25.535 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:25.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:25.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:25.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:25.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:54:25.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:54:25.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:54:25.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 10:54:25.536 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:25.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:25.536 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:25.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:25.536 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:25.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 10:54:25.536 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:25.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:25.536 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:25.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:25.537 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:25.537 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 10:54:25.537 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 10:54:25.537 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 10:54:25.537 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 10:54:25.537 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:25.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:25.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:25.537 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:25.537 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:25.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:25.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 10:54:25.538 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:25.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:25.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:25.538 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:25.538 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:25.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:25.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:25.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:25.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:54:25.539 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:54:25.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:54:25.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:54:25.539 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:54:25.539 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:54:25.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:54:25.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:54:25.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 10:54:25.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:25.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 10:54:25.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:25.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:25.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:25.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:25.638 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:25.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:54:25.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:25.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:25.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:25.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:25.640 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 10:54:25.640 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:25.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:25.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:54:25.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:25.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:25.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:25.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:25.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:25.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:25.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:25.657 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:25.657 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 10:54:25.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:25.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:25.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:25.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:25.658 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 10:54:25.658 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:25.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:25.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:54:25.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:25.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:25.660 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 10:54:25.660 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 10:54:25.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:25.660 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 10:54:25.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:25.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:25.677 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:25.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:25.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:25.687 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:25.687 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:25.687 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:25.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:25.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:25.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:25.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:25.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:25.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:25.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:25.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:25.693 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:25.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:25.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:25.693 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:25.693 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:25.693 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:25.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:25.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:25.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:25.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:25.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:25.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:25.699 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:25.699 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:25.699 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:25.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:25.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:25.725 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:25.725 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:25.725 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:25.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:25.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:25.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:25.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:25.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:25.728 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 10:54:25.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:25.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:25.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:25.728 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:25.728 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:54:25.729 DEBUG [main][MenuItemLookup] Found menu:'File' 10:54:25.729 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:54:25.729 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:54:25.729 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:54:25.729 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:54:25.729 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:54:25.729 DEBUG [main][MenuItemLookup] Item match:Window 10:54:25.729 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:54:25.729 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:54:25.729 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:54:25.729 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:25.729 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:54:25.729 DEBUG [main][MenuItemLookup] Item match:Show View 10:54:25.732 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 10:54:25.732 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:54:25.732 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:54:25.732 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:54:25.732 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:54:25.732 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:54:25.732 DEBUG [main][MenuItemLookup] Found menu:'Properties' 10:54:25.732 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:54:25.732 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:25.732 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:54:25.732 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:54:25.733 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:54:25.733 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:54:25.733 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:54:25.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:54:25.782 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 10:54:25.782 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:54:25.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:25.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:25.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:54:25.783 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:25.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:25.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:25.783 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:25.783 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:25.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:25.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:25.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:25.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:54:25.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:54:25.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:54:25.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 10:54:25.789 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:25.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:25.789 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:25.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:25.789 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:25.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 10:54:25.789 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:25.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:25.789 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:25.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:25.789 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:25.789 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 10:54:25.789 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 10:54:25.789 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 10:54:25.790 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 10:54:25.790 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:25.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:25.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:25.790 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:25.790 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:25.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:25.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:54:25.790 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:25.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:25.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:25.790 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:25.790 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:25.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:25.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:25.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:25.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:54:25.791 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:54:25.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:54:25.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:54:25.791 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:54:25.792 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:54:25.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:54:25.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:54:25.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 10:54:25.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:25.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 10:54:25.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:25.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:25.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:25.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:25.858 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:25.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E') 10:54:25.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:25.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:25.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:25.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:25.860 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 10:54:25.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 10:54:25.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:25.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:54:25.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:25.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:25.866 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 10:54:25.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 10:54:25.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:25.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text= TooltipText=null 10:54:25.867 INFO [WorkbenchTestable][AbstractView] Close view '*Workbench Dirty Test' 10:54:25.867 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem *Workbench Dirty Test 10:54:25.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 10:54:25.867 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 10:54:25.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:25.899 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:25.899 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:25.899 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:25.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:25.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:25.899 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:25.900 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:25.900 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:25.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:25.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:25.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:25.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:25.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:25.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:25.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:25.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:25.925 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:25.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:25.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:25.925 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:25.925 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:25.926 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:25.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:25.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:25.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:25.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:25.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:25.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:25.931 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:25.931 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:25.931 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:25.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:25.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:25.932 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:25.932 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:25.932 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:25.932 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:25.932 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:25.932 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:25.932 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:25.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:25.934 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 10:54:25.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:25.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:25.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:25.935 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:25.935 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:54:25.935 DEBUG [main][MenuItemLookup] Found menu:'File' 10:54:25.935 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:54:25.935 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:54:25.935 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:54:25.935 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:54:25.935 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:54:25.935 DEBUG [main][MenuItemLookup] Item match:Window 10:54:25.936 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:54:25.936 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:54:25.936 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:54:25.936 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:25.936 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:54:25.936 DEBUG [main][MenuItemLookup] Item match:Show View 10:54:25.938 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 10:54:25.939 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:54:25.939 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:54:25.939 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:54:25.939 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:54:25.939 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:54:25.939 DEBUG [main][MenuItemLookup] Found menu:'Properties' 10:54:25.939 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:54:25.939 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:25.939 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:54:25.939 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:54:25.948 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:54:25.948 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:54:25.948 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:54:25.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:54:25.996 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 10:54:25.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:54:25.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:25.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:25.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:54:25.997 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:25.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:25.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:25.998 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:25.998 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:25.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:25.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:25.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:25.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:25.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:54:25.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:54:26.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:54:26.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 10:54:26.003 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:26.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:26.003 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:26.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:26.003 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:26.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 10:54:26.003 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:26.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:26.003 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:26.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:26.003 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:26.003 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 10:54:26.003 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 10:54:26.004 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 10:54:26.004 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 10:54:26.004 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:26.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.004 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:26.004 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:26.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 10:54:26.004 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:26.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.004 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:26.004 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:26.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:26.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:26.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:54:26.005 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:54:26.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:54:26.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:54:26.005 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:54:26.005 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:54:26.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:54:26.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:54:26.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 10:54:26.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 10:54:26.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:26.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:26.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:26.060 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:26.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') 10:54:26.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:26.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:26.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:26.069 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 10:54:26.069 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:26.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:26.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:54:26.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:26.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:26.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.077 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:26.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:26.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:26.083 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:26.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 10:54:26.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:26.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:26.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:26.085 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 10:54:26.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:26.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:26.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:54:26.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:26.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:26.087 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 10:54:26.087 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 10:54:26.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:26.087 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 10:54:26.102 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:26.102 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:26.103 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:26.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.131 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:26.131 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:26.131 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:26.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:26.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:26.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:26.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:26.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:26.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:26.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:26.134 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:26.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.135 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:26.135 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:26.135 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:26.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:26.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:26.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:26.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:26.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:26.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:26.140 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:26.140 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:26.140 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:26.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.141 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:26.141 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:26.141 INFO [WorkbenchTestable][RequirementsRunner] Started test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:26.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:26.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:26.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:26.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:26.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:26.143 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 10:54:26.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:26.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:26.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:26.152 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:26.152 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:54:26.152 DEBUG [main][MenuItemLookup] Found menu:'File' 10:54:26.152 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:54:26.152 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:54:26.152 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:54:26.152 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:54:26.152 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:54:26.152 DEBUG [main][MenuItemLookup] Item match:Window 10:54:26.153 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:54:26.153 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:54:26.153 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:54:26.153 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:26.153 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:54:26.153 DEBUG [main][MenuItemLookup] Item match:Show View 10:54:26.156 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 10:54:26.156 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:54:26.156 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:54:26.156 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:54:26.156 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:54:26.156 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:54:26.156 DEBUG [main][MenuItemLookup] Found menu:'Properties' 10:54:26.156 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:54:26.156 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:26.156 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:54:26.156 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:54:26.157 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:54:26.157 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:54:26.157 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:54:26.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:54:26.227 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 10:54:26.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:54:26.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:26.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:26.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:54:26.228 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:26.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.228 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:26.228 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:26.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:26.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:26.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:54:26.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:54:26.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:54:26.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 10:54:26.230 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:26.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:26.230 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:26.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:26.230 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:26.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 10:54:26.230 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:26.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:26.230 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:26.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:26.230 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:26.230 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 10:54:26.230 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 10:54:26.230 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 10:54:26.230 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 10:54:26.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:26.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:26.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:26.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:54:26.231 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:26.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:26.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:26.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:26.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:26.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:54:26.232 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:54:26.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:54:26.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:54:26.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:54:26.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:54:26.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:54:26.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:54:26.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 10:54:26.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 10:54:26.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:26.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:26.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:26.276 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:26.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:54:26.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:26.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:26.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:26.278 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 10:54:26.278 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 10:54:26.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:26.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:54:26.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:26.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:26.292 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: ") 10:54:26.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:26.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:26.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:54:26.295 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:54:26.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:26.298 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:26.298 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:26.298 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:26.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.298 INFO [WorkbenchTestable][RequirementsRunner] Finished test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:26.298 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:26.299 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:26.299 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:26.299 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:26.299 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:26.299 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:26.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:26.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:26.326 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:26.326 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:26.326 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:26.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.326 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:26.326 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:26.326 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:26.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:26.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:26.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:26.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:26.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:26.329 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 10:54:26.329 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:26.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:26.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:26.330 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:26.331 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:54:26.331 DEBUG [main][MenuItemLookup] Found menu:'File' 10:54:26.331 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:54:26.331 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:54:26.331 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:54:26.331 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:54:26.331 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:54:26.331 DEBUG [main][MenuItemLookup] Item match:Window 10:54:26.331 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:54:26.331 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:54:26.331 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:54:26.331 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:26.331 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:54:26.331 DEBUG [main][MenuItemLookup] Item match:Show View 10:54:26.334 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 10:54:26.334 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:54:26.334 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:54:26.334 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:54:26.334 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:54:26.334 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:54:26.334 DEBUG [main][MenuItemLookup] Found menu:'Properties' 10:54:26.334 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:54:26.334 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:26.334 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:54:26.334 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:54:26.342 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:54:26.342 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:54:26.342 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:54:26.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:54:26.389 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 10:54:26.389 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:54:26.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:26.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:26.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:54:26.390 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:26.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.390 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:26.390 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:26.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:26.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:26.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:54:26.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:54:26.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:54:26.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 10:54:26.391 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:26.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:26.391 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:26.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:26.391 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:26.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 10:54:26.391 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:26.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:26.391 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:26.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:26.393 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:26.393 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 10:54:26.393 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 10:54:26.393 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 10:54:26.393 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 10:54:26.393 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:26.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.393 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:26.393 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:26.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.394 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 10:54:26.394 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:26.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.398 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:26.398 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:26.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:26.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:26.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:54:26.399 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:54:26.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:54:26.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:54:26.399 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:54:26.399 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:54:26.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:54:26.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:54:26.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 10:54:26.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 10:54:26.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:26.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:26.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:26.460 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:26.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 10:54:26.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:26.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:26.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:26.462 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 10:54:26.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:26.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:26.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:54:26.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:26.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:26.463 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 10:54:26.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:26.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:26.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 10:54:26.464 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 10:54:26.464 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 10:54:26.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:26.465 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 10:54:26.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:26.488 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 10:54:26.488 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:26.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:26.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:26.489 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:26.489 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:54:26.489 DEBUG [main][MenuItemLookup] Found menu:'File' 10:54:26.489 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:54:26.489 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:54:26.489 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:54:26.489 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:54:26.489 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:54:26.489 DEBUG [main][MenuItemLookup] Item match:Window 10:54:26.489 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:54:26.489 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:54:26.489 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:54:26.489 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:26.489 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:54:26.489 DEBUG [main][MenuItemLookup] Item match:Show View 10:54:26.492 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 10:54:26.492 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:54:26.492 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:54:26.492 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:54:26.492 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:54:26.492 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:54:26.492 DEBUG [main][MenuItemLookup] Found menu:'Properties' 10:54:26.492 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:54:26.492 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:26.492 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:54:26.492 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:54:26.493 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:54:26.493 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:54:26.493 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:54:26.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:54:26.559 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 10:54:26.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:54:26.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:26.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:26.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:54:26.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:26.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.561 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:26.561 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:26.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:26.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:26.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:54:26.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:54:26.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:54:26.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 10:54:26.562 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:26.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:26.562 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:26.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:26.562 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:26.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 10:54:26.562 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:26.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:26.562 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:26.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:26.562 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:26.562 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 10:54:26.562 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 10:54:26.563 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 10:54:26.563 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 10:54:26.563 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:26.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.563 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:26.563 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:26.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:54:26.564 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:26.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.564 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:26.564 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:26.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:26.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:26.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:54:26.565 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:54:26.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:54:26.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:54:26.565 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:54:26.565 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:54:26.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:54:26.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:54:26.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 10:54:26.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 10:54:26.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:26.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:26.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:26.610 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:26.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 '\*?\QWorkbench Test\E') 10:54:26.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:26.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:26.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:26.614 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 10:54:26.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:26.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:26.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:54:26.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:26.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:26.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.618 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:26.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:26.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:26.618 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:26.618 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 10:54:26.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:26.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:26.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:26.624 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 10:54:26.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:26.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:26.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:54:26.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:26.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:26.625 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 10:54:26.625 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 10:54:26.625 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:26.626 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 10:54:26.641 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:26.641 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:26.641 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:26.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.654 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:26.654 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:26.654 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:26.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:26.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:26.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:26.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:26.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:26.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:26.661 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:26.661 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:26.661 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:26.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.663 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:26.664 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:26.664 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:26.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:26.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:26.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:26.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:26.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:26.667 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:26.667 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:26.667 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:26.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.668 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:26.668 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:26.668 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:26.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:26.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:26.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:26.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:26.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:26.672 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 10:54:26.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:26.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:26.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:26.673 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:26.673 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:54:26.673 DEBUG [main][MenuItemLookup] Found menu:'File' 10:54:26.673 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:54:26.673 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:54:26.673 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:54:26.673 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:54:26.673 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:54:26.673 DEBUG [main][MenuItemLookup] Item match:Window 10:54:26.673 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:54:26.674 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:54:26.674 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:54:26.674 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:26.674 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:54:26.674 DEBUG [main][MenuItemLookup] Item match:Show View 10:54:26.677 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 10:54:26.677 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:54:26.677 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:54:26.677 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:54:26.677 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:54:26.677 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:54:26.678 DEBUG [main][MenuItemLookup] Found menu:'Properties' 10:54:26.678 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:54:26.678 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:26.678 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:54:26.678 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:54:26.678 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:54:26.678 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:54:26.678 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:54:26.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:54:26.738 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 10:54:26.738 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:54:26.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:26.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:26.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:54:26.740 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:26.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.740 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:26.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:26.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:26.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:26.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:54:26.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:54:26.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:54:26.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 10:54:26.741 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:26.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:26.741 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:26.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:26.741 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:26.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 10:54:26.741 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:26.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:26.741 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:26.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:26.741 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:26.742 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 10:54:26.742 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 10:54:26.742 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 10:54:26.742 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 10:54:26.742 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:26.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.742 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:26.742 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:26.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 10:54:26.742 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:26.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.743 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:26.743 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:26.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:26.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:26.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:54:26.743 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:54:26.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:54:26.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:54:26.743 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:54:26.743 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:54:26.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:54:26.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:54:26.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 10:54:26.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 10:54:26.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:26.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:26.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:26.784 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:26.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 10:54:26.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:26.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:26.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:26.787 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 10:54:26.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:26.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:26.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:54:26.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:26.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:26.788 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 10:54:26.788 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:26.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:26.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 10:54:26.789 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 10:54:26.789 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 10:54:26.789 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:26.789 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 10:54:26.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:26.832 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:26.832 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:26.832 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:26.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.832 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:26.832 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:26.832 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:26.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:26.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:26.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:26.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:26.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:26.836 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 10:54:26.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:26.836 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:26.837 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:54:26.837 DEBUG [main][MenuItemLookup] Found menu:'File' 10:54:26.837 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:54:26.837 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:54:26.837 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:54:26.837 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:54:26.837 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:54:26.837 DEBUG [main][MenuItemLookup] Item match:Window 10:54:26.837 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:54:26.837 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:54:26.837 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:54:26.837 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:26.837 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:54:26.837 DEBUG [main][MenuItemLookup] Item match:Show View 10:54:26.840 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 10:54:26.840 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:54:26.840 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:54:26.840 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:54:26.840 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:54:26.840 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:54:26.840 DEBUG [main][MenuItemLookup] Found menu:'Properties' 10:54:26.840 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:54:26.840 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:26.840 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:54:26.840 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:54:26.840 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:54:26.840 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:54:26.840 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:54:26.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:54:26.886 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 10:54:26.886 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:54:26.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:26.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:26.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:54:26.887 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:26.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.887 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:26.887 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:26.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:26.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:26.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:54:26.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:54:26.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:54:26.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 10:54:26.888 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:26.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:26.888 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:26.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:26.888 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:26.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 10:54:26.888 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:26.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:26.888 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:26.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:26.888 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:26.888 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 10:54:26.888 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 10:54:26.889 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 10:54:26.889 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 10:54:26.889 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:26.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.889 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:26.889 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:26.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.889 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:54:26.889 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:26.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.889 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:26.889 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:26.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:26.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:26.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:54:26.890 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:54:26.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:54:26.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:54:26.890 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:54:26.890 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:54:26.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:54:26.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:54:26.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 10:54:26.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 10:54:26.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:26.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:26.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:26.944 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:26.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 10:54:26.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:26.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:26.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:26.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:26.945 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 10:54:26.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:26.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:26.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:54:26.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:26.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:26.947 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 10:54:26.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:26.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:26.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 10:54:26.947 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 10:54:26.947 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 10:54:26.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:26.948 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 10:54:26.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:26.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:26.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:26.967 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:26.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.968 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:26.968 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:26.968 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:26.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:26.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:26.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:26.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:26.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:26.970 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:26.970 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:26.970 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:26.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:26.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:26.971 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:26.971 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:26.971 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:26.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:26.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:26.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:26.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:26.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:26.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:26.973 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 10:54:26.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:26.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:26.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:26.974 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:26.974 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:54:26.974 DEBUG [main][MenuItemLookup] Found menu:'File' 10:54:26.974 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:54:26.974 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:54:26.974 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:54:26.974 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:54:26.974 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:54:26.974 DEBUG [main][MenuItemLookup] Item match:Window 10:54:26.974 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:54:26.974 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:54:26.974 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:54:26.974 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:26.974 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:54:26.974 DEBUG [main][MenuItemLookup] Item match:Show View 10:54:26.977 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 10:54:26.977 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:54:26.977 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:54:26.977 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:54:26.977 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:54:26.977 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:54:26.977 DEBUG [main][MenuItemLookup] Found menu:'Properties' 10:54:26.977 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:54:26.977 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:26.977 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:54:26.977 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:54:26.977 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:54:26.977 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:54:26.977 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:54:27.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:54:27.038 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 10:54:27.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:54:27.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:27.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:27.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:54:27.040 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:27.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:27.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:27.040 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:27.040 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:27.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:27.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:27.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:54:27.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:54:27.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:54:27.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 10:54:27.041 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:27.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:27.041 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:27.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:27.041 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:27.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 10:54:27.041 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:27.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:27.041 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:27.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:27.041 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:27.041 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 10:54:27.041 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 10:54:27.041 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 10:54:27.042 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 10:54:27.042 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:27.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:27.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:27.042 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:27.042 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:27.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:54:27.042 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:27.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:27.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:27.042 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:27.042 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:27.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:27.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:27.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:54:27.043 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:54:27.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:54:27.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:54:27.043 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:54:27.043 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:54:27.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:54:27.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:54:27.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 10:54:27.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 10:54:27.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:27.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:27.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:27.082 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:27.082 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:54:27.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:27.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:27.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:27.084 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 10:54:27.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:27.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:27.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:54:27.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:27.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:27.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:27.088 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 10:54:27.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:27.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:27.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:27.088 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:27.088 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:54:27.088 DEBUG [main][MenuItemLookup] Found menu:'File' 10:54:27.088 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:54:27.088 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:54:27.088 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:54:27.088 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:54:27.088 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:54:27.088 DEBUG [main][MenuItemLookup] Item match:Window 10:54:27.089 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:54:27.089 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:54:27.089 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:54:27.089 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:27.089 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:54:27.089 DEBUG [main][MenuItemLookup] Item match:Show View 10:54:27.096 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 10:54:27.096 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:54:27.096 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:54:27.096 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:54:27.096 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:54:27.096 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:54:27.096 DEBUG [main][MenuItemLookup] Found menu:'Properties' 10:54:27.096 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:54:27.096 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:27.096 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:54:27.096 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:54:27.103 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:54:27.103 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:54:27.104 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:54:27.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:54:27.150 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 10:54:27.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:54:27.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:27.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:27.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:54:27.151 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:27.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:27.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:27.151 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:27.151 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:27.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:27.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:27.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:54:27.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:54:27.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:54:27.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 10:54:27.152 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:54:27.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:27.153 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:54:27.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:27.153 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:54:27.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 10:54:27.153 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:54:27.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:27.153 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:54:27.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:27.153 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:54:27.153 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 10:54:27.153 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 10:54:27.153 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 10:54:27.154 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 10:54:27.154 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:27.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:27.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:27.154 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:27.154 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:27.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.154 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:54:27.154 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:27.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:27.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:27.154 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:27.154 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:27.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:27.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:27.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:54:27.159 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:54:27.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:54:27.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:54:27.160 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:54:27.160 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:54:27.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:54:27.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:54:27.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 10:54:27.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 10:54:27.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:27.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:27.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:27.232 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:27.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 10:54:27.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:27.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:27.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:27.234 INFO [WorkbenchTestable][AbstractView] Activate view Markers 10:54:27.234 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 10:54:27.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:27.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:54:27.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:27.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:27.235 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 10:54:27.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:27.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:27.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 10:54:27.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:27.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:27.250 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 10:54:27.250 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 10:54:27.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:27.250 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 10:54:27.263 INFO [WorkbenchTestable][AbstractView] Activate view Markers 10:54:27.263 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 10:54:27.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:27.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:54:27.263 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 10:54:27.263 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 10:54:27.263 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 10:54:27.264 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 10:54:27.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:27.288 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:27.288 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:27.288 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:27.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:27.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:27.288 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:27.288 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:27.288 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:27.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:27.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:27.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:27.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:27.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:27.291 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 10:54:27.291 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:27.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:27.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:27.292 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:27.292 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:54:27.292 DEBUG [main][MenuItemLookup] Found menu:'File' 10:54:27.292 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:54:27.292 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:54:27.292 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:54:27.292 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:54:27.292 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:54:27.292 DEBUG [main][MenuItemLookup] Item match:Window 10:54:27.292 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:54:27.292 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:54:27.292 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:54:27.292 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:27.292 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:54:27.292 DEBUG [main][MenuItemLookup] Item match:Show View 10:54:27.295 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 10:54:27.295 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:54:27.295 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:54:27.295 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:54:27.295 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:54:27.295 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:54:27.295 DEBUG [main][MenuItemLookup] Found menu:'Properties' 10:54:27.295 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:54:27.295 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:27.295 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:54:27.295 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:54:27.295 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:54:27.295 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:54:27.295 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:54:27.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:54:27.358 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 10:54:27.358 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:54:27.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:27.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:27.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:54:27.359 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:27.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:27.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:27.359 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:27.359 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:27.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:27.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:27.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:54:27.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:54:27.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:54:27.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 10:54:27.360 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:27.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:27.361 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:27.361 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 10:54:27.361 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:27.361 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:27.361 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:27.361 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 10:54:27.361 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 10:54:27.361 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 10:54:27.361 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 10:54:27.361 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:27.361 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:27.361 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:27.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:54:27.362 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:27.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:27.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:27.362 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:27.362 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:27.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:27.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:27.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:54:27.363 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:54:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:54:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:54:27.363 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:54:27.363 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:54:27.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:54:27.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:54:27.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 10:54:27.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 10:54:27.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:27.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:27.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:27.426 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:27.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 10:54:27.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:27.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:27.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:27.427 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 10:54:27.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:27.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:27.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:54:27.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:27.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:27.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:27.432 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 10:54:27.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:27.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:27.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:27.432 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:27.432 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:54:27.432 DEBUG [main][MenuItemLookup] Found menu:'File' 10:54:27.432 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:54:27.432 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:54:27.432 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:54:27.433 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:54:27.433 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:54:27.433 DEBUG [main][MenuItemLookup] Item match:Window 10:54:27.433 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:54:27.433 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:54:27.433 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:54:27.433 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:27.433 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:54:27.433 DEBUG [main][MenuItemLookup] Item match:Show View 10:54:27.436 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 10:54:27.436 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:54:27.436 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:54:27.436 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:54:27.436 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:54:27.436 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:54:27.436 DEBUG [main][MenuItemLookup] Found menu:'Properties' 10:54:27.436 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:54:27.436 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:27.436 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:54:27.436 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:54:27.436 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:54:27.436 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:54:27.437 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:54:27.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:54:27.487 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 10:54:27.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:54:27.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:27.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:27.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:54:27.489 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:27.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:27.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:27.489 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:27.489 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:27.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:27.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:27.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:54:27.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:54:27.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:54:27.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 10:54:27.490 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:54:27.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:27.490 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:54:27.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:27.490 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:54:27.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 10:54:27.490 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:54:27.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:27.491 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:54:27.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:27.491 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:54:27.491 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 10:54:27.491 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 10:54:27.491 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 10:54:27.491 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 10:54:27.491 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:27.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:27.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:27.491 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:27.491 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:27.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:54:27.492 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:27.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:27.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:27.492 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:27.492 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:27.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:27.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:27.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:54:27.493 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:54:27.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:54:27.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:54:27.493 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:54:27.493 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:54:27.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:54:27.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:54:27.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 10:54:27.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 10:54:27.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:27.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:27.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:27.582 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:27.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 10:54:27.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:27.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:27.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:27.584 INFO [WorkbenchTestable][AbstractView] Activate view Markers 10:54:27.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 10:54:27.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:27.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:54:27.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:27.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:27.585 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 10:54:27.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:27.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:27.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 10:54:27.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:27.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:27.601 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 10:54:27.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:27.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:27.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 10:54:27.602 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 10:54:27.602 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 10:54:27.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:27.603 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 10:54:27.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:27.636 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:27.636 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:27.636 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:27.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:27.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:27.636 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:27.636 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:27.636 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:27.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:27.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:27.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:27.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:27.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:27.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:27.641 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 10:54:27.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:27.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:27.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:27.642 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:27.642 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:54:27.642 DEBUG [main][MenuItemLookup] Found menu:'File' 10:54:27.642 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:54:27.642 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:54:27.642 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:54:27.642 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:54:27.642 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:54:27.642 DEBUG [main][MenuItemLookup] Item match:Window 10:54:27.642 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:54:27.642 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:54:27.642 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:54:27.642 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:27.642 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:54:27.642 DEBUG [main][MenuItemLookup] Item match:Show View 10:54:27.646 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 10:54:27.646 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:54:27.646 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:54:27.646 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:54:27.646 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:54:27.646 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:54:27.646 DEBUG [main][MenuItemLookup] Found menu:'Properties' 10:54:27.646 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:54:27.646 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:27.646 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:54:27.646 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:54:27.646 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:54:27.646 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:54:27.646 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:54:27.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:54:27.703 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 10:54:27.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:54:27.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:27.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:27.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:54:27.704 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:27.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:27.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:27.727 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:27.727 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:27.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:27.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:27.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:54:27.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:54:27.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:54:27.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 10:54:27.729 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:27.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:27.729 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:27.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:27.729 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:27.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 10:54:27.729 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:27.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:27.729 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:27.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:27.729 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:27.729 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 10:54:27.729 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 10:54:27.729 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 10:54:27.729 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 10:54:27.730 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:27.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:27.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:27.730 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:27.730 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:27.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:54:27.730 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:27.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:27.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:27.736 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:27.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:27.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:27.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:27.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:54:27.737 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:54:27.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:54:27.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:54:27.737 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:54:27.737 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:54:27.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:54:27.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:54:27.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 10:54:27.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 10:54:27.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:27.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:27.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:27.781 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:27.781 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:54:27.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:27.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:27.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:27.784 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 10:54:27.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:27.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:27.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:54:27.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:27.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:27.785 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 10:54:27.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:27.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:27.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 10:54:27.786 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 10:54:27.786 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 10:54:27.786 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:27.786 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 10:54:27.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:27.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:27.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:27.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:27.830 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:27.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:27.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:27.830 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:27.830 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:27.830 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:27.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:27.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:27.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:27.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:27.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.832 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' is already open. Activate. 10:54:27.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:27.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:27.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:27.834 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:27.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 '\*?\QWorkbench Dirty Test\E') 10:54:27.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:27.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:27.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:27.836 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 10:54:27.836 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 10:54:27.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:27.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:54:27.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:27.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:27.852 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: ") 10:54:27.852 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:27.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:27.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:27.853 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Workbench Dirty Test"as the parent 10:54:27.853 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:27.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:27.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:27.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:54:27.853 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:54:27.853 INFO [WorkbenchTestable][AbstractText] Text set to: hello 10:54:27.856 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 10:54:27.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 10:54:27.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:27.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 10:54:27.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:27.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:27.857 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:54:27.857 DEBUG [main][MenuItemLookup] Found menu:'File' 10:54:27.857 DEBUG [main][MenuItemLookup] Item match:File 10:54:27.859 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:54:27.859 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:54:27.859 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:54:27.859 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:54:27.859 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:27.859 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:54:27.859 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:54:27.859 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:27.859 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:54:27.859 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:54:27.859 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:54:27.859 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:54:27.859 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:54:27.877 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 10:54:27.877 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 10:54:27.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:27.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 10:54:27.878 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 10:54:27.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 10:54:27.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:27.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 10:54:27.879 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Dirty Test' 10:54:27.879 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Dirty Test 10:54:27.879 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 10:54:27.879 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 10:54:27.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:27.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:27.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:27.901 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:27.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:27.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:27.902 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:27.902 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:27.902 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:27.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:27.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:27.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:27.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:27.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:54:27.905 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 10:54:27.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:27.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:27.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:27.905 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:27.905 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:54:27.906 DEBUG [main][MenuItemLookup] Found menu:'File' 10:54:27.906 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:54:27.906 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:54:27.906 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:54:27.906 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:54:27.906 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:54:27.906 DEBUG [main][MenuItemLookup] Item match:Window 10:54:27.906 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:54:27.906 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:54:27.906 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:54:27.906 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:27.906 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:54:27.906 DEBUG [main][MenuItemLookup] Item match:Show View 10:54:27.908 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 10:54:27.909 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:54:27.909 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:54:27.909 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:54:27.909 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:54:27.909 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:54:27.909 DEBUG [main][MenuItemLookup] Found menu:'Properties' 10:54:27.909 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:54:27.909 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:27.909 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:54:27.909 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:54:27.909 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:54:27.909 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:54:27.909 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:54:27.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:54:27.966 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 10:54:27.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:54:27.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:27.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:27.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 10:54:27.967 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:27.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:27.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:27.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:27.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:27.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:27.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:27.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:54:27.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:54:27.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:54:27.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 10:54:27.969 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:27.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:27.969 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:27.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:27.969 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:27.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 10:54:27.969 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 10:54:27.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:54:27.969 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 10:54:27.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:54:27.969 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 10:54:27.969 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 10:54:27.969 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 10:54:27.969 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 10:54:27.969 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 10:54:27.969 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:27.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:27.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:27.969 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:27.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:27.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:54:27.970 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:54:27.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:27.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:27.970 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:54:27.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:54:27.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:27.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:27.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:27.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:27.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:54:27.971 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:54:27.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:54:27.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:54:27.971 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:54:27.971 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:54:28.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:54:28.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:54:28.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 10:54:28.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:28.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:28.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 10:54:28.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:28.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:28.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:28.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:28.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:28.010 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:28.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:54:28.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:28.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:28.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:28.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:28.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:28.011 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 10:54:28.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:28.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:28.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:54:28.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:28.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:28.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:28.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:28.031 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' is already open. Activate. 10:54:28.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:28.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:28.032 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:28.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:28.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:28.033 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:28.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 10:54:28.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:28.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:28.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:28.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:28.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:28.034 INFO [WorkbenchTestable][AbstractView] Activate view Markers 10:54:28.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 10:54:28.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:28.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:54:28.050 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 10:54:28.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:28.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:28.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 10:54:28.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:28.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:28.057 INFO [WorkbenchTestable][AbstractView] Activate view Markers 10:54:28.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 10:54:28.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:28.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:54:28.072 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 10:54:28.072 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 10:54:28.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 10:54:28.072 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 10:54:28.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:28.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:28.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:28.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:28.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:28.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:28.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:28.099 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:28.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 10:54:28.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:28.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:28.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:28.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:28.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:54:28.100 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 10:54:28.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:28.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:54:28.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:54:28.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:54:28.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:54:28.102 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 10:54:28.102 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 10:54:28.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 10:54:28.102 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 10:54:28.116 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:28.116 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:28.116 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:28.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:28.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:28.132 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 10:54:28.132 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 10:54:28.132 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:28.132 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:28.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:28.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.553 s - in org.eclipse.reddeer.workbench.test.view.ViewTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.708 s getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.245 s testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.032 s testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.174 s testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.025 s testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.007 s getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.199 s testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.004 s testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.157 s testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.027 s testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.328 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.004 s testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.164 s testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.136 s testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.003 s testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.317 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.348 s testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.194 s testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.072 s testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.23 s Running org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 10:54:28.142 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 10:54:28.143 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:54:28.143 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:28.143 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 10:54:28.143 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:28.143 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:54:28.143 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:28.143 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:54:28.143 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:28.143 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 10:54:28.143 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.*'] 10:54:28.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:54:28.144 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.*'] 10:54:28.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:54:28.144 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.*'] 10:54:28.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:54:28.144 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:28.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:28.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:28.144 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:54:28.144 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:54:28.145 DEBUG [main][MenuItemLookup] Found menu:'File' 10:54:28.145 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:54:28.145 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:54:28.145 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:54:28.145 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:54:28.145 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:54:28.145 DEBUG [main][MenuItemLookup] Item match:Window 10:54:28.145 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:54:28.145 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:54:28.145 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:54:28.145 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:28.145 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:54:28.145 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 10:54:28.145 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:28.145 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 10:54:28.145 DEBUG [main][MenuItemLookup] Found menu:'' 10:54:28.145 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 10:54:28.145 DEBUG [main][MenuItemLookup] Item match:Preferences 10:54:28.145 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 10:54:28.145 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 10:54:28.145 INFO [main][MenuItemHandler] Select menu item: &Preferences 10:54:28.234 DEBUG [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.... 10:54:28.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 10:54:28.236 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 10:54:28.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:28.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:28.237 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 10:54:28.237 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:54:28.237 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 10:54:28.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:28.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:28.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:28.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:28.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:54:28.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:54:28.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:54:28.239 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) 10:54:28.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:54:28.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:54:28.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:54:28.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:54:28.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:54:28.241 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 10:54:28.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:54:28.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:54:28.241 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:54:28.241 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:54:28.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:54:28.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:54:28.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:54:28.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:54:28.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:54:28.263 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:28.263 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 10:54:28.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 10:54:28.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:28.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:28.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:28.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 10:54:28.265 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job' will be killed 10:54:28.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 10:54:28.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 10:54:28.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:54:28.266 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:54:28.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:54:28.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:54:28.266 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 10:54:28.266 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:54:28.266 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 10:54:28.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 10:54:28.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:54:28.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:54:28.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:54:28.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState... 10:54:28.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState finished successfully 10:54:28.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 10:54:28.267 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 10:54:28.267 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 10:54:28.768 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 10:54:28.768 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 10:54:29.268 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 10:54:29.268 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 10:54:29.768 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 10:54:29.768 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 10:54:30.268 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 10:54:30.268 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 10:54:30.769 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 10:54:30.769 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 10:54:31.269 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 10:54:31.269 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 10:54:31.769 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 10:54:31.770 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 10:54:32.270 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 10:54:32.270 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 10:54:32.770 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 10:54:32.771 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 10:54:33.271 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 10:54:33.271 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 10:54:33.771 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 10:54:33.772 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 10:54:34.272 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 10:54:34.272 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 10:54:34.772 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 10:54:34.772 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 10:54:35.273 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 10:54:35.273 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 10:54:35.773 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 10:54:35.773 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 10:54:36.273 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 10:54:36.273 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 10:54:36.773 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 10:54:36.773 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 10:54:37.274 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 10:54:37.274 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 10:54:37.774 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 10:54:37.774 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 10:54:38.274 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 10:54:38.274 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 10:54:38.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, an exception will be thrown 10:54:38.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:54:38.278 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:38.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:39.278 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:39.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:40.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:40.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:41.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:41.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:42.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:42.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:43.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:43.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:44.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:44.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:45.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:45.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:46.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:46.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:47.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:47.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:48.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:48.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:49.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:49.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:50.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:50.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:51.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:51.785 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:52.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:52.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:53.286 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:53.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:54.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:54.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:55.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:55.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:56.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:56.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:57.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:57.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:58.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:58.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:59.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:54:59.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:00.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:00.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:01.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:01.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:02.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:02.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:03.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:03.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:04.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:04.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:05.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:05.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:06.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:06.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:07.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:07.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:08.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:08.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:09.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:09.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:10.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:10.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:11.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:11.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:12.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:12.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:13.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:13.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:14.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:14.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:15.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:15.798 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:16.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:16.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:17.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:17.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:18.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:18.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:19.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:19.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:20.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:20.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:21.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:21.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:22.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:22.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:23.302 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:23.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:24.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:24.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:25.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:25.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:26.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:26.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:27.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:27.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 10:55:28.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 10:55:28.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:28.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:28.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:28.305 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 10:55:28.305 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:55:28.305 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:55:28.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:28.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:28.306 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 10:55:28.306 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 10:55:28.306 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:55:28.306 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:55:28.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:28.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.164 s - in org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) Time elapsed: 0.003 s testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) Time elapsed: 60.04 s Running org.eclipse.reddeer.workbench.test.editor.EditorFileTest 10:55:28.322 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 10:55:28.323 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:55:28.323 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:55:28.324 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 10:55:28.324 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:55:28.324 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:55:28.324 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:55:28.324 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:55:28.324 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:55:28.324 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 10:55:28.325 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.*'] 10:55:28.325 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:28.325 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.*'] 10:55:28.325 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:28.325 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.*'] 10:55:28.325 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:28.325 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:55:28.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:28.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:28.326 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:55:28.326 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:55:28.326 DEBUG [main][MenuItemLookup] Found menu:'File' 10:55:28.326 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:55:28.326 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:55:28.326 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:55:28.326 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:55:28.326 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:55:28.326 DEBUG [main][MenuItemLookup] Item match:Window 10:55:28.327 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:55:28.327 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:55:28.327 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:55:28.327 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:28.327 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:55:28.328 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 10:55:28.328 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:28.328 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 10:55:28.328 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:28.328 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 10:55:28.328 DEBUG [main][MenuItemLookup] Item match:Preferences 10:55:28.328 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 10:55:28.328 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 10:55:28.328 INFO [main][MenuItemHandler] Select menu item: &Preferences 10:55:28.412 DEBUG [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.... 10:55:28.414 DEBUG [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 10:55:28.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 10:55:28.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:28.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:28.426 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 10:55:28.426 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:28.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 10:55:28.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:28.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:28.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:28.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:28.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:28.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:55:28.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:55:28.428 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) 10:55:28.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:28.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:28.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:28.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:28.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:55:28.430 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 10:55:28.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:55:28.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:55:28.431 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:55:28.431 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:55:28.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:55:28.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:55:28.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:55:28.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:28.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:28.461 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:55:28.462 DEBUG [main][EditorHandler] 0 editor(s) found 10:55:28.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:28.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:28.469 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 10:55:28.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:55:28.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:28.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:28.469 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:55:28.469 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:55:28.469 DEBUG [main][MenuItemLookup] Found menu:'File' 10:55:28.469 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:55:28.469 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:55:28.469 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:55:28.469 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:55:28.469 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:55:28.469 DEBUG [main][MenuItemLookup] Item match:Window 10:55:28.470 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:55:28.470 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:55:28.470 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:55:28.470 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:28.470 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:55:28.470 DEBUG [main][MenuItemLookup] Item match:Show View 10:55:28.473 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 10:55:28.473 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:55:28.473 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:55:28.473 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:55:28.473 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:55:28.473 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:55:28.473 DEBUG [main][MenuItemLookup] Found menu:'Properties' 10:55:28.473 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:55:28.473 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:28.473 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:55:28.473 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:55:28.473 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:55:28.474 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:55:28.474 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:55:28.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:55:28.539 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 10:55:28.540 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:55:28.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:28.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:28.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 10:55:28.541 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:55:28.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:28.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:28.541 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:55:28.541 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:55:28.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:28.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:28.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:28.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:28.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:28.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:55:28.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:55:28.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 10:55:28.542 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:55:28.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:28.542 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:55:28.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:28.542 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:55:28.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 10:55:28.542 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:55:28.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:28.542 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:55:28.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:28.543 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:55:28.543 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 10:55:28.543 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 10:55:28.543 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 10:55:28.543 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 10:55:28.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:55:28.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:28.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:28.543 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:55:28.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:55:28.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:28.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:28.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:55:28.544 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:55:28.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:28.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:28.544 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:55:28.544 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:55:28.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:28.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:28.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:28.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:28.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:55:28.545 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:55:28.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:55:28.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:55:28.545 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:55:28.545 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:55:28.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:55:28.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:55:28.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 10:55:28.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:28.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:28.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 10:55:28.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:28.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:28.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:55:28.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:28.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:28.636 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:55:28.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:55:28.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:28.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:28.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:28.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:28.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:28.637 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:55:28.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:55:28.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:28.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:55:28.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:55:28.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:55:28.639 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:55:28.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:55:28.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:28.640 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 10:55:28.642 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:55:28.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:55:28.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:28.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 10:55:28.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:28.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:28.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:28.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:28.643 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:55:28.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:55:28.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:28.644 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 10:55:28.690 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:55:28.690 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 10:55:28.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 10:55:28.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:55:28.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:55:28.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:55:28.691 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 10:55:28.691 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:55:28.691 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:55:28.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:28.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:28.774 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 10:55:28.774 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:55:28.774 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 10:55:28.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 10:55:28.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:55:28.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:55:28.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:55:28.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 10:55:28.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:55:28.775 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:55:28.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:28.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:28.775 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 10:55:28.775 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:55:28.775 DEBUG [main][EditorHandler] 0 editor(s) found 10:55:28.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:28.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:28.776 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:55:28.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:28.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:28.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:55:28.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:28.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:28.777 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:55:28.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:55:28.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:28.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:28.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:28.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:28.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:28.778 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:55:28.778 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:55:28.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:28.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:55:28.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:55:28.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:55:28.780 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:55:28.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:55:28.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:28.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:28.781 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:55:28.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:55:28.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:28.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:28.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:28.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:28.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:29.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:29.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:29.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:29.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:29.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:55:29.783 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:55:29.783 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:55:29.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:29.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:29.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:55:29.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:29.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:29.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:29.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:29.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:29.786 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 10:55:29.792 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:55:29.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:55:29.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:29.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:29.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:29.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:29.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:30.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:30.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:30.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:30.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:30.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:55:30.794 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:55:30.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:55:30.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:30.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:30.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 10:55:30.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:30.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:30.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:30.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:30.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:30.795 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 10:55:30.795 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:55:30.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:55:30.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:30.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:30.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:55:30.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:30.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:30.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:30.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:30.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:30.796 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 10:55:30.796 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 10:55:30.798 DEBUG [main][TreeItemHandler] Set Tree selection 10:55:30.798 DEBUG [main][TreeHandler] Notify Tree about selection event 10:55:30.812 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 10:55:30.813 DEBUG [WorkbenchTestable][TreeItemHandler] MyProject 10:55:30.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:55:30.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:55:30.862 DEBUG [main][MenuItemLookup] Found menu:'New' 10:55:30.862 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 10:55:30.862 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:30.862 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 10:55:30.862 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:30.862 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 10:55:30.862 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 10:55:30.862 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 10:55:30.862 DEBUG [main][MenuItemLookup] Found menu:'Move...' 10:55:30.862 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 10:55:30.862 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:30.862 DEBUG [main][MenuItemLookup] Found menu:'Import...' 10:55:30.862 DEBUG [main][MenuItemLookup] Found menu:'Export...' 10:55:30.862 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:30.862 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 10:55:30.862 DEBUG [main][MenuItemLookup] Item match:Refresh F5 10:55:30.862 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 10:55:30.862 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 10:55:30.862 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 10:55:30.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:30.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:55:30.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 10:55:31.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:31.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:31.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:55:31.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:31.364 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:55:31.364 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:55:31.385 DEBUG [main][MenuItemLookup] Found menu:'New' 10:55:31.385 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 10:55:31.385 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:31.385 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 10:55:31.385 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:31.385 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 10:55:31.385 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 10:55:31.386 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 10:55:31.386 DEBUG [main][MenuItemLookup] Item match:Delete Delete 10:55:31.386 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 10:55:31.386 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 10:55:31.386 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 10:55:31.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 10:55:32.038 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 10:55:32.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 10:55:32.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:32.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:32.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 10:55:32.042 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:55:32.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:32.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:32.042 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 10:55:32.042 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:55:32.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:32.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:32.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:32.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:32.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:55:32.043 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 10:55:32.044 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 10:55:32.044 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 10:55:32.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:55:32.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:55:32.044 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:55:32.044 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:55:32.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:55:32.044 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:55:32.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:32.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:32.044 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 10:55:32.044 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:55:32.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:32.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:32.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:32.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:32.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:55:32.045 INFO [WorkbenchTestable][AbstractButton] Click button OK 10:55:32.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:55:32.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:55:32.045 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:55:32.045 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:55:32.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 10:55:32.054 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 10:55:32.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 10:55:32.555 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 10:55:32.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:32.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 10:55:32.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 10:55:32.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:32.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:32.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:32.555 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:55:32.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:55:32.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:32.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 10:55:32.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:55:32.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:55:32.557 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 10:55:32.557 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:55:32.557 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:55:32.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:32.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.241 s - in org.eclipse.reddeer.workbench.test.editor.EditorFileTest testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0.084 s testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:32.564 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:32.565 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:55:32.566 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:55:32.566 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:32.566 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:55:32.566 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:55:32.566 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:55:32.566 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:55:32.566 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:55:32.566 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 10:55:32.566 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 10:55:32.566 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:32.567 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.*'] 10:55:32.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:32.567 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.*'] 10:55:32.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:32.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:55:32.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:32.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:32.567 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:55:32.567 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:55:32.568 DEBUG [main][MenuItemLookup] Found menu:'File' 10:55:32.568 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:55:32.568 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:55:32.568 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:55:32.568 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:55:32.568 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:55:32.568 DEBUG [main][MenuItemLookup] Item match:Window 10:55:32.568 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:55:32.568 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:55:32.568 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:55:32.568 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:32.568 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:55:32.568 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 10:55:32.568 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:32.568 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 10:55:32.568 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:32.568 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 10:55:32.568 DEBUG [main][MenuItemLookup] Item match:Preferences 10:55:32.569 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 10:55:32.569 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 10:55:32.578 INFO [main][MenuItemHandler] Select menu item: &Preferences 10:55:32.653 DEBUG [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.... 10:55:32.655 DEBUG [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 10:55:32.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 10:55:32.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:32.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:32.656 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 10:55:32.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:32.656 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 10:55:32.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:32.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:32.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:32.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:32.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:32.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:55:32.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:55:32.658 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) 10:55:32.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:32.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:32.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:32.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:32.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:55:32.660 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 10:55:32.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:55:32.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:55:32.660 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:55:32.660 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:55:32.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:55:32.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:55:32.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:55:32.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:32.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:32.684 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:55:32.684 DEBUG [main][EditorHandler] 0 editor(s) found 10:55:32.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:32.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:32.685 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:55:32.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:32.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:32.685 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:55:32.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:32.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:32.685 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:55:32.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:55:32.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:32.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:32.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:32.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:32.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:32.686 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:55:32.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:55:32.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:32.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:55:32.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:55:32.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:55:32.688 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:55:32.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:55:32.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:32.689 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 10:55:32.689 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:55:32.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:55:32.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:32.689 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 10:55:32.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:32.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:32.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:32.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:32.699 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:55:32.699 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:55:32.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:32.700 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 10:55:32.706 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:32.706 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:32.706 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:32.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:32.723 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 10:55:32.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:32.724 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:32.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:32.724 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:32.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:32.724 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:32.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:32.724 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 10:55:32.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:32.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:32.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:32.725 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:55:32.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:32.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:32.725 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:55:32.725 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:55:32.725 DEBUG [main][MenuItemLookup] Found menu:'File' 10:55:32.725 DEBUG [main][MenuItemLookup] Item match:File 10:55:32.726 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:55:32.726 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 10:55:32.729 DEBUG [main][MenuItemLookup] Found menu:'Project...' 10:55:32.729 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:32.729 DEBUG [main][MenuItemLookup] Found menu:'Folder' 10:55:32.729 DEBUG [main][MenuItemLookup] Found menu:'File' 10:55:32.729 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 10:55:32.729 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:32.729 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 10:55:32.729 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 10:55:32.729 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 10:55:32.730 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 10:55:32.730 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 10:55:32.800 DEBUG [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.... 10:55:32.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 10:55:32.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 10:55:32.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:32.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:32.803 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 10:55:32.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:32.804 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 10:55:32.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:32.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:32.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:32.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:32.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:32.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:55:32.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:55:32.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 10:55:32.806 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:55:32.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:33.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:33.308 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:55:33.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 10:55:33.309 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:55:33.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:33.309 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:55:33.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:33.309 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:55:33.309 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 10:55:33.309 DEBUG [main][TreeItemHandler] Selecting tree item: Project 10:55:33.310 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 10:55:33.313 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 10:55:33.313 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 10:55:33.313 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 10:55:33.313 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) 10:55:33.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:33.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:33.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:33.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:33.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:55:33.315 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 10:55:33.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:55:33.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:55:33.315 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:55:33.315 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:55:33.353 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:33.353 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:33.353 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:33.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 10:55:33.353 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 10:55:33.353 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 10:55:33.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:33.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:33.354 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 10:55:33.354 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:33.355 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 10:55:33.355 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:") 10:55:33.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:33.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:33.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:33.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:33.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:55:33.357 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:55:33.357 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 10:55:33.358 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 10:55:33.359 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 10:55:33.359 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) 10:55:33.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:33.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:33.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:33.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:33.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:55:33.361 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 10:55:33.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:55:33.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:55:33.361 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:55:33.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:55:33.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:55:33.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:55:33.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:33.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 10:55:33.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:33.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:33.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:33.865 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:33.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:33.866 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:33.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:33.866 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 10:55:33.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:33.866 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:33.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:33.867 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:33.867 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:33.867 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:33.867 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:33.867 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 10:55:33.867 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:33.867 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:33.867 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:33.867 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:33.868 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:33.868 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:55:33.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:33.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:33.868 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:55:33.868 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:55:33.868 DEBUG [main][MenuItemLookup] Found menu:'File' 10:55:33.868 DEBUG [main][MenuItemLookup] Item match:File 10:55:33.869 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:55:33.869 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 10:55:33.870 DEBUG [main][MenuItemLookup] Found menu:'Project...' 10:55:33.871 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:33.871 DEBUG [main][MenuItemLookup] Found menu:'Folder' 10:55:33.871 DEBUG [main][MenuItemLookup] Found menu:'File' 10:55:33.871 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 10:55:33.871 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:33.871 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 10:55:33.871 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 10:55:33.871 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 10:55:33.871 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 10:55:33.871 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 10:55:33.925 DEBUG [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.... 10:55:33.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 'New|Select a wizard'] is available. finished successfully 10:55:33.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 10:55:33.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:33.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:33.930 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 10:55:33.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:33.930 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 10:55:33.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:33.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:33.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:33.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:33.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:33.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:55:33.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:55:33.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 10:55:33.931 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:55:33.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:33.931 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:55:33.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:33.931 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:55:33.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 10:55:33.932 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:55:33.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:33.932 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:55:33.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:33.932 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:55:33.932 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 10:55:33.932 DEBUG [main][TreeItemHandler] Selecting tree item: File 10:55:33.932 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 10:55:33.935 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 10:55:33.935 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 10:55:33.935 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 10:55:33.935 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) 10:55:33.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:33.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:33.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:33.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:33.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:55:33.937 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 10:55:33.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:55:33.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:55:33.937 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:55:33.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:55:33.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'] 10:55:33.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:33.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:33.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 10:55:33.975 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 10:55:33.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 10:55:33.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:33.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:33.975 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 10:55:33.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:33.977 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:") 10:55:33.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:33.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:33.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:33.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:33.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:55:33.982 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:55:33.983 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 10:55:33.983 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:") 10:55:33.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:33.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:33.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:33.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:33.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:55:33.986 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:55:33.986 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 10:55:33.987 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 10:55:33.987 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 10:55:33.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 10:55:33.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:33.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:33.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:33.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:33.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:55:33.989 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 10:55:33.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:55:33.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:55:33.989 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:55:33.989 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:55:34.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:55:34.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:55:34.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:34.085 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:55:34.085 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:55:34.085 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 10:55:34.085 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:34.085 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:34.085 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:55:34.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:34.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 10:55:34.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:34.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:34.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:34.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:34.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:34.131 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:34.131 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 10:55:34.131 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:55:34.131 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:55:34.132 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:34.132 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 10:55:34.132 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 10:55:34.133 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:55:34.162 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:55:34.163 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:34.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.163 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:34.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.163 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 10:55:34.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.164 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:34.164 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.164 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:34.164 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.164 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:34.164 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.164 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 10:55:34.164 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.165 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:34.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.165 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:34.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.165 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:55:34.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:34.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:34.165 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:55:34.165 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:55:34.165 DEBUG [main][MenuItemLookup] Found menu:'File' 10:55:34.166 DEBUG [main][MenuItemLookup] Item match:File 10:55:34.166 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:55:34.166 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 10:55:34.168 DEBUG [main][MenuItemLookup] Found menu:'Project...' 10:55:34.168 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:34.168 DEBUG [main][MenuItemLookup] Found menu:'Folder' 10:55:34.168 DEBUG [main][MenuItemLookup] Found menu:'File' 10:55:34.168 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 10:55:34.168 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:34.168 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 10:55:34.168 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 10:55:34.168 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 10:55:34.168 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 10:55:34.168 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 10:55:34.245 DEBUG [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.... 10:55:34.249 DEBUG [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 10:55:34.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 10:55:34.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:34.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:34.251 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 10:55:34.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.251 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 10:55:34.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:34.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:34.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:34.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:34.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:34.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:55:34.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:55:34.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 10:55:34.253 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:55:34.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:34.253 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:55:34.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:34.253 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:55:34.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 10:55:34.253 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:55:34.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:34.253 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:55:34.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:34.253 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:55:34.253 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 10:55:34.253 DEBUG [main][TreeItemHandler] Selecting tree item: File 10:55:34.253 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 10:55:34.254 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 10:55:34.254 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 10:55:34.254 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 10:55:34.254 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) 10:55:34.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:34.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:34.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:34.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:34.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:55:34.255 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 10:55:34.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:55:34.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:55:34.255 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:55:34.255 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:55:34.286 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:34.286 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.286 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 10:55:34.286 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 10:55:34.286 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 10:55:34.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:34.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:34.287 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 10:55:34.287 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.287 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:") 10:55:34.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:34.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:34.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:34.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:34.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:55:34.291 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:55:34.292 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest1.min 10:55:34.292 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:") 10:55:34.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:34.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:34.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:34.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:34.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:55:34.299 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:55:34.299 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 10:55:34.300 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 10:55:34.300 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 10:55:34.300 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) 10:55:34.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:34.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:34.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:34.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:34.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:55:34.301 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 10:55:34.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:55:34.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:55:34.301 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:55:34.301 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:55:34.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:55:34.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:55:34.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:34.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:55:34.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 10:55:34.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 10:55:34.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:55:34.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 10:55:34.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:34.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:34.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:55:34.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:34.375 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:34.381 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.382 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:34.382 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.382 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 10:55:34.382 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.382 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:34.382 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.382 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:34.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.383 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:34.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.383 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 10:55:34.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.383 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:34.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.383 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:34.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 10:55:34.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:34.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:34.384 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 10:55:34.384 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 10:55:34.384 DEBUG [main][MenuItemLookup] Found menu:'File' 10:55:34.384 DEBUG [main][MenuItemLookup] Item match:File 10:55:34.385 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:55:34.385 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 10:55:34.386 DEBUG [main][MenuItemLookup] Found menu:'Project...' 10:55:34.386 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:34.386 DEBUG [main][MenuItemLookup] Found menu:'Folder' 10:55:34.386 DEBUG [main][MenuItemLookup] Found menu:'File' 10:55:34.386 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 10:55:34.386 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:34.386 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 10:55:34.386 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 10:55:34.387 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 10:55:34.387 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 10:55:34.387 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 10:55:34.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 10:55:34.474 DEBUG [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 10:55:34.474 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 10:55:34.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:34.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:34.475 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 10:55:34.475 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.476 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 10:55:34.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:34.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:34.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:34.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:34.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:34.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:55:34.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:55:34.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 10:55:34.478 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:55:34.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:34.478 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:55:34.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:34.478 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:55:34.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 10:55:34.478 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:55:34.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:34.478 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:55:34.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:34.478 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:55:34.478 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 10:55:34.478 DEBUG [main][TreeItemHandler] Selecting tree item: File 10:55:34.478 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 10:55:34.479 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 10:55:34.479 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 10:55:34.479 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 10:55:34.479 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) 10:55:34.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:34.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:34.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:34.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:34.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:55:34.480 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 10:55:34.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:55:34.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:55:34.481 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:55:34.481 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:55:34.531 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:55:34.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 10:55:34.531 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 10:55:34.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 10:55:34.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:34.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:34.532 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 10:55:34.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:55:34.533 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:") 10:55:34.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:34.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:34.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:34.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:34.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:55:34.537 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:55:34.538 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest+.min 10:55:34.538 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:") 10:55:34.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:34.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:34.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:34.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:34.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:55:34.541 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:55:34.541 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 10:55:34.542 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 10:55:34.542 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 10:55:34.542 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) 10:55:34.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:34.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:34.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:34.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:34.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:55:34.544 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 10:55:34.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:55:34.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:55:34.544 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:55:34.544 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:55:34.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:55:35.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:55:35.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:35.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 10:55:35.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:35.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:35.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:55:35.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:35.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') 10:55:35.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:35.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:35.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:35.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:35.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:35.061 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest+.min 10:55:35.066 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:35.066 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:35.066 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:55:35.066 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:55:35.067 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:35.067 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 10:55:35.067 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 10:55:35.067 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 10:55:35.088 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 10:55:35.088 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:55:35.088 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:35.088 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:35.088 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:55:35.088 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:55:35.088 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:55:35.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:35.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:35.094 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 10:55:35.094 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 10:55:35.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:35.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:35.102 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 10:55:35.102 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 10:55:35.102 DEBUG [main][MenuItemLookup] Found menu:'File' 10:55:35.102 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:55:35.102 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:55:35.102 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:55:35.102 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:55:35.102 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:55:35.102 DEBUG [main][MenuItemLookup] Item match:Window 10:55:35.103 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:55:35.103 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:55:35.103 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:55:35.103 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:35.103 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:55:35.103 DEBUG [main][MenuItemLookup] Item match:Show View 10:55:35.105 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 10:55:35.105 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:55:35.105 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:55:35.105 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:55:35.105 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:55:35.105 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:55:35.105 DEBUG [main][MenuItemLookup] Found menu:'Properties' 10:55:35.105 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:55:35.105 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:35.105 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:55:35.105 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:55:35.106 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:55:35.106 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:55:35.106 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:55:35.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:55:35.152 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 10:55:35.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:55:35.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:35.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:35.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:55:35.153 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:55:35.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:35.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:35.153 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:55:35.153 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:55:35.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:35.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:35.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:35.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:35.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:35.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:55:35.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:55:35.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 10:55:35.155 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 10:55:35.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:35.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:35.656 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 10:55:35.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 10:55:35.657 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 10:55:35.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:35.657 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 10:55:35.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:35.657 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 10:55:35.658 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 10:55:35.658 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 10:55:35.658 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 10:55:35.658 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 10:55:35.658 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:55:35.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:35.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:35.658 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:55:35.658 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:55:35.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:35.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:35.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 10:55:35.659 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:55:35.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:35.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:35.659 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:55:35.659 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:55:35.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:35.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:35.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:35.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:35.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:55:35.661 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:55:35.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:55:35.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:55:35.661 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:55:35.661 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:55:35.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:55:35.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:55:35.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 10:55:35.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:35.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:35.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 10:55:35.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:35.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:35.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 10:55:35.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:35.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:35.880 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 10:55:35.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 '\*?\QPackage Explorer\E') 10:55:35.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:35.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:35.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:35.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:35.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:35.893 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:35.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:35.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:35.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 10:55:35.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:55:35.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:55:35.896 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:35.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:35.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:35.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:35.897 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:35.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:35.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:35.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:35.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:35.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:35.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:36.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:36.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:36.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:36.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:36.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:55:36.899 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:36.899 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:36.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:36.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:36.900 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:55:36.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:36.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:36.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:36.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:36.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:36.901 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:55:36.905 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:55:36.905 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:55:36.905 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:55:36.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:37.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:37.406 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:55:37.408 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:37.408 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:37.408 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:37.424 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:37.424 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:55:37.424 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:37.424 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:37.424 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:37.426 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:37.426 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:55:37.426 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:55:37.453 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:55:37.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:37.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:37.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:37.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:55:37.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:37.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 10:55:37.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:37.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:37.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:37.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:37.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:37.459 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:37.460 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:37.460 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:55:37.460 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:55:37.461 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:55:37.461 DEBUG [main][EditorHandler] 2 editor(s) found 10:55:37.461 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 10:55:37.475 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 10:55:37.475 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:55:37.507 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:55:37.507 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:37.507 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:55:37.507 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:55:37.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:37.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:37.525 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:37.525 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:55:37.525 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:37.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:37.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:55:37.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:55:37.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:55:37.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:37.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:37.528 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:55:37.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:37.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:37.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:55:37.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:37.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:37.531 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:55:37.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 10:55:37.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:37.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:37.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:37.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:37.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:37.545 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:37.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:37.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:37.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:55:37.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:55:37.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:55:37.547 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:37.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:37.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:37.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:37.548 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:37.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:37.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:37.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:37.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:37.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:37.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:38.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:38.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:38.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:38.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:38.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:55:38.550 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:38.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:38.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:38.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:38.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:55:38.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:38.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:38.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:38.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:38.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:38.551 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:55:38.551 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:55:38.552 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:55:38.552 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:55:38.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:38.552 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:55:38.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:38.552 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:55:38.552 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:38.552 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:38.552 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:38.554 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:38.554 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:55:38.554 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:38.554 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:38.555 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:38.556 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:38.556 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:55:38.556 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:55:38.577 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:55:38.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:38.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:38.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:38.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:55:38.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:38.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 10:55:38.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:38.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:38.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:38.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:38.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:38.581 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:38.581 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:38.581 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:55:38.581 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:55:38.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:55:38.582 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:55:38.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:38.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:38.582 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 10:55:38.582 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:55:38.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:38.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:38.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:38.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:38.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:55:38.583 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 10:55:38.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:55:38.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:55:38.583 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:55:38.583 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:55:38.584 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:55:38.584 DEBUG [main][EditorHandler] 1 editor(s) found 10:55:38.584 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:55:38.611 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:55:38.611 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:55:38.611 DEBUG [main][EditorHandler] 0 editor(s) found 10:55:38.612 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:38.612 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:55:38.612 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:55:38.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:38.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:38.612 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:38.612 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:55:38.612 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:38.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:38.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:55:38.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:55:38.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:55:38.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:38.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:38.616 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:55:38.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:38.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:38.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:55:38.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:38.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:38.619 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:55:38.619 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:55:38.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:38.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:38.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:38.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:38.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:38.622 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:38.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:38.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:38.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:55:38.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:55:38.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:55:38.624 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:38.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:38.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:38.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:38.625 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:38.625 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:38.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:38.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:38.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:38.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:38.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:39.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:39.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:39.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:39.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:39.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:55:39.638 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:39.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:39.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:39.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:39.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:55:39.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:39.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:39.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:39.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:39.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:39.639 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:55:39.639 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:55:39.640 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:55:39.640 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:55:39.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:39.640 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:55:39.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:39.640 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:55:39.640 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:39.640 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:39.641 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:39.642 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:39.643 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:55:39.643 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:39.643 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:39.643 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:39.644 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:39.644 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:55:39.644 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:55:39.666 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:55:39.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:39.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:39.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:39.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:55:39.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:39.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:39.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:39.669 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:55:39.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:39.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:39.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 10:55:39.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:39.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:39.673 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 10:55:39.673 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 10:55:39.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:39.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:39.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:39.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:39.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:39.675 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:39.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:39.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:39.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:39.705 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:39.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:39.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:39.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:39.706 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:39.706 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:39.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:39.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:39.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:39.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:39.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:40.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:40.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:40.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:40.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:40.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:55:40.708 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:40.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:40.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:40.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:40.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:55:40.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:40.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:40.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:40.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:40.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:40.710 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:55:40.710 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:55:40.710 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:55:40.710 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:55:40.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:40.711 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:55:40.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:40.711 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:55:40.711 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:40.711 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:40.711 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:40.713 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:40.713 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:55:40.713 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:40.713 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:40.713 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:40.716 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:40.716 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:55:40.717 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:55:40.724 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:55:40.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:40.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:40.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:40.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:55:40.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:40.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@46af88c3 is found... 10:55:40.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@46af88c3 is found finished successfully 10:55:40.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 10:55:40.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:40.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:40.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:40.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:40.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:40.730 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:40.730 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:40.730 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:55:40.730 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:55:40.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:40.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:40.741 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:55:40.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:40.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:40.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 10:55:40.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:40.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:40.744 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 10:55:40.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 10:55:40.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:40.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:40.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:40.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:40.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:40.746 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:40.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:40.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:40.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:40.773 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:40.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:40.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:40.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:40.774 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:40.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:40.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:40.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:40.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:40.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:40.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:41.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:41.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:41.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:41.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:41.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:55:41.776 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:41.776 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:41.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:41.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:41.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 10:55:41.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:41.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:41.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:41.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:41.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:41.777 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:55:41.777 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:55:41.778 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 10:55:41.778 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:55:41.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:41.778 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:55:41.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:41.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:55:41.778 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 10:55:41.778 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 10:55:41.778 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 10:55:41.780 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 10:55:41.780 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 10:55:41.780 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 10:55:41.783 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 10:55:41.783 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 10:55:41.785 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 10:55:41.785 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:55:41.785 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:55:41.805 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:55:41.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:41.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:41.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:41.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:55:41.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:41.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@51ae5420 is found... 10:55:41.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@51ae5420 is found finished successfully 10:55:41.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 10:55:41.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:41.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:41.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:41.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:41.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:41.808 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:41.808 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:41.808 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:55:41.808 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:55:41.809 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:55:41.809 DEBUG [main][EditorHandler] 2 editor(s) found 10:55:41.809 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:55:41.815 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:55:41.815 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 10:55:41.842 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 10:55:41.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:41.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:55:41.842 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:55:41.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:41.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:41.842 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:41.842 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:55:41.842 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:41.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:41.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:55:41.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:55:41.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:55:41.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:41.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:41.844 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:55:41.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:41.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:41.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:55:41.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:41.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:41.846 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:55:41.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 10:55:41.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:41.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:41.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:41.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:41.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:41.848 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:41.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:41.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:41.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:55:41.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:55:41.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:55:41.850 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:41.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:41.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:41.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:41.850 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:41.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:41.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:41.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:41.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:41.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:41.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:42.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:42.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:42.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:42.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:42.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:55:42.852 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:42.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:42.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:42.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:42.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:55:42.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:42.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:42.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:42.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:42.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:42.853 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:55:42.853 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:55:42.854 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:55:42.854 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:55:42.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:42.854 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:55:42.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:42.854 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:55:42.854 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:42.854 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:42.854 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:42.856 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:42.856 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:55:42.856 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:42.856 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:42.857 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:42.859 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:42.859 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:55:42.859 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:55:42.889 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:55:42.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:42.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:42.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:42.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:55:42.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:42.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 '\*?\QeditorTest.min\E') 10:55:42.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:42.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:42.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:42.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:42.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:42.893 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:42.893 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:42.893 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:55:42.893 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:55:42.894 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:42.894 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 10:55:42.894 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 10:55:42.894 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:55:42.929 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:55:42.929 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:55:42.929 DEBUG [main][EditorHandler] 0 editor(s) found 10:55:42.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:42.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:55:42.930 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:55:42.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:42.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:42.930 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:42.930 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:55:42.930 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:42.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:42.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:55:42.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:55:42.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:55:42.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:42.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:42.932 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:55:42.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:42.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:42.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:55:42.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:42.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:42.934 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:55:42.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:55:42.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:42.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:42.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:42.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:42.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:42.936 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:42.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:42.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:42.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:55:42.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:55:42.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:55:42.949 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:42.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:42.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:42.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:42.950 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:42.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:42.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:42.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:42.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:42.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:42.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:43.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:43.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:43.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:43.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:43.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:55:43.952 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:43.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:43.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:43.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:43.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:55:43.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:43.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:43.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:43.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:43.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:43.953 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:55:43.954 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:55:43.954 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:55:43.954 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:55:43.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:43.954 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:55:43.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:43.954 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:55:43.954 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:43.955 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:43.955 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:43.957 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:43.957 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:55:43.957 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:43.957 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:43.957 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:43.958 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:43.958 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:55:43.958 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:55:43.986 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:55:43.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:43.986 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:43.986 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:43.986 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:55:43.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:43.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 10:55:43.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:43.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:43.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:43.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:43.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:43.989 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:43.989 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:43.989 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:55:43.989 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:55:43.990 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) 10:55:43.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:43.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:43.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:43.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:43.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:55:43.990 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:55:43.990 DEBUG [main][EditorHandler] 1 editor(s) found 10:55:43.990 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:55:44.016 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:55:44.016 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:44.016 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:55:44.016 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:55:44.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:44.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:44.016 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:44.017 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:55:44.017 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:44.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:44.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:55:44.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:55:44.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:55:44.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:44.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:44.019 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:55:44.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:44.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:44.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:55:44.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:44.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:44.021 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:55:44.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:55:44.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:44.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:44.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:44.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:44.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:44.023 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:44.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:44.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:44.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:55:44.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:55:44.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:55:44.025 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:44.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:44.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:44.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:44.025 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:44.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:44.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:44.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:44.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:44.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:44.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:44.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:44.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:45.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:45.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:45.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:55:45.027 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:45.027 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:45.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:45.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:45.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:55:45.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:45.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:45.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:45.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:45.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:45.028 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:55:45.029 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:55:45.029 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:55:45.029 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:55:45.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:45.029 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:55:45.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:45.029 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:55:45.029 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:45.029 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:45.030 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:45.031 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:45.032 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:55:45.032 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:45.032 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:45.032 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:45.033 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:45.033 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:55:45.033 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:55:45.054 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:55:45.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:45.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:45.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:45.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:55:45.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:45.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:45.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:45.057 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:55:45.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:45.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:45.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 10:55:45.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:45.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:45.060 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 10:55:45.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 '\*?\QPackage Explorer\E') 10:55:45.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:45.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:45.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:45.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:45.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:45.061 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:45.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:45.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:45.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:45.088 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:45.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:45.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:45.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:45.089 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:45.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:45.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:45.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:45.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:45.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:45.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:45.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:45.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:46.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:46.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:46.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:55:46.090 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:46.090 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:46.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:46.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:46.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:55:46.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:46.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:46.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:46.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:46.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:46.092 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:55:46.092 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:55:46.092 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:55:46.092 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:55:46.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:46.092 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:55:46.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:46.092 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:55:46.092 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:46.092 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:46.093 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:46.094 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:46.094 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:55:46.094 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:46.094 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:46.094 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:46.096 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:46.096 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:55:46.096 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:55:46.106 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:55:46.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:46.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:46.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:46.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:55:46.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:46.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@143343fb is found... 10:55:46.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@143343fb is found finished successfully 10:55:46.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 10:55:46.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:46.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:46.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:46.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:46.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:46.109 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:46.109 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:46.109 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:55:46.109 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:55:46.109 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:55:46.109 DEBUG [main][EditorHandler] 1 editor(s) found 10:55:46.110 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:55:46.136 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:55:46.136 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:46.136 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:55:46.136 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:55:46.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:46.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:46.136 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:46.136 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:55:46.136 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:46.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:46.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:55:46.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:55:46.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:55:46.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:46.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:46.138 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:55:46.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:46.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:46.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:55:46.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:46.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:46.140 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:55:46.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:55:46.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:46.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:46.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:46.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:46.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:46.142 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:46.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:46.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:46.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:55:46.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:55:46.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:55:46.144 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:46.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:46.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:46.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:46.145 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:46.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:46.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:46.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:46.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:46.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:46.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:46.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:46.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:47.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:47.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:47.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:55:47.146 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:47.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:47.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:47.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:47.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:55:47.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:47.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:47.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:47.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:47.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:47.147 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:55:47.148 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:55:47.148 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:55:47.148 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:55:47.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:47.148 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:55:47.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:47.148 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:55:47.149 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:47.149 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:47.149 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:47.151 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:47.151 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:55:47.151 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:47.151 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:47.151 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:47.152 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:47.152 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:55:47.152 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:55:47.172 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:55:47.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:47.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:47.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:47.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:55:47.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:47.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 10:55:47.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:47.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:47.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:47.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:47.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:47.175 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:47.175 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:47.175 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:55:47.175 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:55:47.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 10:55:47.176 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:55:47.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:47.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:47.176 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 10:55:47.176 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:55:47.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:47.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:47.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:47.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:47.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:55:47.177 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 10:55:47.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:55:47.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:55:47.177 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:55:47.177 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:55:47.178 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:47.178 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 10:55:47.178 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 10:55:47.179 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:55:47.205 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:55:47.205 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:55:47.205 DEBUG [main][EditorHandler] 0 editor(s) found 10:55:47.205 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:47.205 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:55:47.205 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:55:47.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:47.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:47.205 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:47.205 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:55:47.205 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:47.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:47.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:55:47.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:55:47.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:55:47.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:47.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:47.208 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:55:47.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:47.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:47.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:55:47.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:47.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:47.210 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:55:47.210 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:55:47.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:47.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:47.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:47.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:47.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:47.212 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:47.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:47.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:47.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:55:47.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:55:47.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:55:47.213 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:47.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:47.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:47.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:47.214 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:47.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:47.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:47.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:47.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:47.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:47.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:47.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:47.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:48.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:48.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:48.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:55:48.216 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:48.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:48.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:48.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:48.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:55:48.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:48.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:48.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:48.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:48.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:48.217 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:55:48.217 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:55:48.218 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:55:48.218 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:55:48.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:48.218 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:55:48.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:48.218 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:55:48.218 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:48.218 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:48.218 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:48.220 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:48.220 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:55:48.220 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:48.220 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:48.220 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:48.222 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:48.222 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:55:48.222 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:55:48.244 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:55:48.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:48.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:48.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:48.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:55:48.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:48.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 10:55:48.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:48.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:48.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:48.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:48.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:48.247 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:48.247 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:48.247 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:55:48.247 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:55:48.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:55:48.248 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:55:48.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:48.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:48.248 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 10:55:48.248 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:55:48.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:48.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:48.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:48.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:48.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:55:48.248 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 10:55:48.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:55:48.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:55:48.248 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:55:48.248 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:55:48.250 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:48.250 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 10:55:48.250 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 10:55:48.250 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:55:48.251 DEBUG [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.... 10:55:48.777 DEBUG [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 10:55:48.777 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 10:55:48.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:48.778 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:55:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:48.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:48.779 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 10:55:48.779 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:55:48.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:48.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:48.779 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 10:55:48.779 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:55:48.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:48.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:48.779 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 10:55:48.779 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:55:48.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:48.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:48.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:48.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:48.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:55:48.780 INFO [WorkbenchTestable][AbstractButton] Click button &Save 10:55:48.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:55:48.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:55:48.780 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:55:48.780 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:55:48.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:55:48.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:55:48.821 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:55:48.821 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:55:48.821 DEBUG [main][EditorHandler] 0 editor(s) found 10:55:48.821 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:48.821 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:55:48.821 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:55:48.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:48.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:48.822 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:48.822 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:55:48.822 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:48.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:48.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:55:48.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:55:48.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:55:48.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:48.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:48.824 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:55:48.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:48.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:48.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:55:48.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:48.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:48.836 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:55:48.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 10:55:48.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:48.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:48.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:48.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:48.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:48.838 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:48.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:48.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:48.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:55:48.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:55:48.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:55:48.840 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:48.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:48.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:48.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:48.841 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:48.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:48.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:48.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:48.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:48.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:48.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:49.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:49.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:49.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:49.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:49.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:55:49.843 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:49.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:49.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:49.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:49.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:55:49.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:49.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:49.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:49.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:49.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:49.844 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:55:49.844 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:55:49.845 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:55:49.845 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:55:49.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:49.845 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:55:49.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:49.845 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:55:49.845 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:49.845 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:49.845 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:49.848 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:49.848 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:55:49.848 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:49.848 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:49.848 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:49.849 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:49.849 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:55:49.849 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:55:49.872 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:55:49.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:49.872 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:49.872 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:49.872 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:55:49.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:49.873 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:55:49.873 DEBUG [main][EditorHandler] 1 editor(s) found 10:55:49.873 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:55:49.900 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:55:49.901 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:55:49.901 DEBUG [main][EditorHandler] 0 editor(s) found 10:55:49.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:49.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:55:49.901 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:55:49.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:49.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:49.901 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:49.901 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:55:49.901 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:49.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:49.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:55:49.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:55:49.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:55:49.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:49.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:49.904 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:55:49.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:49.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:49.906 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:55:49.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:49.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:49.907 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:55:49.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 10:55:49.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:49.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:49.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:49.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:49.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:49.909 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:49.909 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:49.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:49.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:55:49.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:55:49.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:55:49.912 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:49.912 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:49.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:49.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:49.913 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:49.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:49.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:49.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:49.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:49.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:49.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:50.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:50.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:50.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:50.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:50.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:55:50.915 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:50.915 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:50.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:50.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:50.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:55:50.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:50.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:50.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:50.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:50.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:50.916 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:55:50.916 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:55:50.916 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:55:50.917 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:55:50.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:50.917 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:55:50.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:50.917 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:55:50.917 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:50.917 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:50.917 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:50.919 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:50.919 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:55:50.919 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:50.919 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:50.919 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:50.920 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:50.920 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:55:50.920 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:55:50.942 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:55:50.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:50.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:50.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:50.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:55:50.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:50.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7ad89a53 is found... 10:55:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7ad89a53 is found finished successfully 10:55:50.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 10:55:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:50.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:50.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:50.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:50.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:50.946 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:50.946 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:50.946 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:55:50.946 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:55:50.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:50.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:50.949 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:55:50.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:50.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:50.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 10:55:50.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:50.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:50.951 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 10:55:50.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 10:55:50.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:50.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:50.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:50.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:50.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:50.953 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:50.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:50.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:50.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:50.987 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:50.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:50.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:50.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:50.988 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:50.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:50.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:50.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:50.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:50.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:50.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:51.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:51.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:51.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:51.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:51.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:55:51.989 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:51.989 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:51.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:51.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:51.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:55:51.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:51.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:51.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:51.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:51.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:51.991 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:55:51.991 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:55:51.991 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 10:55:51.991 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:55:51.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:51.991 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:55:51.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:51.991 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:55:51.992 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 10:55:51.992 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 10:55:51.992 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 10:55:51.993 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 10:55:51.993 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 10:55:51.994 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 10:55:51.994 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 10:55:51.994 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 10:55:51.995 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 10:55:51.995 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:55:51.995 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:55:52.016 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:55:52.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:52.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:52.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:52.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:55:52.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:52.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@681311aa is found... 10:55:52.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@681311aa is found finished successfully 10:55:52.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 10:55:52.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:52.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:52.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:52.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:52.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:52.019 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 10:55:52.026 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:52.026 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:52.026 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:55:52.026 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:55:52.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3bcdd38f is found... 10:55:52.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3bcdd38f is found finished successfully 10:55:52.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 10:55:52.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:52.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:52.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:52.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:52.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:52.028 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest1.min 10:55:52.041 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:52.041 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 10:55:52.041 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:55:52.041 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:55:52.042 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:55:52.042 DEBUG [main][EditorHandler] 2 editor(s) found 10:55:52.042 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:55:52.047 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:55:52.049 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 10:55:52.076 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 10:55:52.076 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:52.076 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:55:52.076 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:55:52.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:52.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:52.076 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:52.076 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:55:52.077 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:52.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:52.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:55:52.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:55:52.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:55:52.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:52.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:52.080 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:55:52.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:52.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:52.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:55:52.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:52.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:52.083 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:55:52.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 10:55:52.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:52.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:52.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:52.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:52.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:52.085 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:52.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:52.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:52.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:55:52.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:55:52.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:55:52.088 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:52.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:52.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:52.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:52.089 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:52.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:52.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:52.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:52.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:52.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:52.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:52.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:52.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:53.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:53.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:53.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:55:53.090 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:53.090 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:53.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:53.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:53.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:55:53.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:53.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:53.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:53.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:53.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:53.091 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:55:53.092 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:55:53.092 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:55:53.092 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:55:53.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:53.092 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:55:53.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:53.092 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:55:53.092 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:53.093 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:53.093 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:53.094 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:53.095 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:55:53.095 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:53.095 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:53.095 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:53.096 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:53.096 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:55:53.096 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:55:53.118 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:55:53.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:53.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:53.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:53.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:55:53.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:53.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 10:55:53.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:53.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:53.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:53.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:53.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:53.122 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:53.122 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:53.122 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:55:53.122 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:55:53.123 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:55:53.123 DEBUG [main][EditorHandler] 1 editor(s) found 10:55:53.123 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:55:53.149 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:55:53.149 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:53.149 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:55:53.149 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:55:53.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:53.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:53.150 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:53.150 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:55:53.150 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:53.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:53.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:55:53.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:55:53.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:55:53.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:53.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:53.153 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:55:53.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:53.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:53.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:55:53.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:53.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:53.155 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:55:53.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 10:55:53.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:53.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:53.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:53.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:53.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:53.158 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:53.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:53.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:53.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:55:53.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:55:53.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:55:53.160 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:53.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:53.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:53.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:53.161 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:53.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:53.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:53.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:53.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:53.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:53.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:53.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:53.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:54.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:54.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:54.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:55:54.163 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:54.163 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:54.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:54.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:54.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:55:54.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:54.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:54.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:54.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:54.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:54.164 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:55:54.165 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:55:54.165 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:55:54.165 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:55:54.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:54.165 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:55:54.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:54.165 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:55:54.165 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:54.165 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:54.165 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:54.167 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:54.167 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:55:54.167 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:54.167 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:54.167 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:54.169 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:54.169 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:55:54.169 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:55:54.190 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:55:54.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:54.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:54.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:54.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:55:54.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:54.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') 10:55:54.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:54.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:54.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:54.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:54.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:54.194 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:54.194 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:54.194 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:55:54.194 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:55:54.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:55:54.195 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:55:54.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:54.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:54.195 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 10:55:54.196 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:55:54.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:54.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:54.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:54.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:54.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:55:54.196 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 10:55:54.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:55:54.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:55:54.196 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:55:54.196 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:55:54.198 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:54.198 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 10:55:54.198 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:55:54.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 10:55:54.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:54.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:54.199 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 10:55:54.199 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 10:55:54.199 DEBUG [main][MenuItemLookup] Found menu:'File' 10:55:54.199 DEBUG [main][MenuItemLookup] Item match:File 10:55:54.200 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:55:54.200 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:55:54.200 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:55:54.200 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:55:54.200 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:54.200 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:55:54.200 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:55:54.200 DEBUG [main][MenuItemLookup] Found menu:'' 10:55:54.200 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:55:54.200 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:55:54.200 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:55:54.200 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:55:54.200 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:55:54.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:55:54.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:55:54.203 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:54.203 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 10:55:54.203 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:55:54.203 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:55:54.204 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:55:54.204 DEBUG [main][EditorHandler] 1 editor(s) found 10:55:54.204 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:55:54.239 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:55:54.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:54.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:55:54.239 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:55:54.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:54.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:54.239 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:54.239 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:55:54.239 INFO [WorkbenchTestable][RequirementsRunner] Started test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:54.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:54.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:55:54.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:55:54.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:55:54.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:54.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:54.242 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:55:54.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:54.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:54.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:55:54.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:54.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:54.245 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:55:54.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 10:55:54.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:54.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:54.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:54.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:54.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:54.247 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:54.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:54.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:54.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:55:54.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:55:54.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:55:54.249 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:54.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:54.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:54.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:54.250 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:54.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:54.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:54.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:54.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:54.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:54.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:54.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:54.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:55.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:55.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:55.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:55:55.252 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:55.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:55.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:55.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:55.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:55:55.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:55.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:55.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:55.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:55.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:55.253 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:55:55.254 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:55:55.254 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:55:55.254 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:55:55.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:55.254 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:55:55.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:55.254 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:55:55.255 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:55.255 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:55.255 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:55.258 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:55.258 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:55:55.258 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:55.258 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:55.259 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:55.260 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:55.260 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:55:55.260 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:55:55.281 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:55:55.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:55.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:55.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:55.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:55:55.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:55.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 10:55:55.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:55.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:55.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:55.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:55.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:55.284 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:55.284 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:55.284 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:55:55.284 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:55:55.285 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:55:55.285 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:55:55.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:55.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:55.285 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 10:55:55.285 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:55:55.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:55.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:55.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:55.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:55.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:55:55.286 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 10:55:55.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:55:55.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:55:55.286 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:55:55.286 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:55:55.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:55:55.287 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:55:55.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:55.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:55.288 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 10:55:55.288 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:55:55.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:55.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:55.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:55.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:55.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:55:55.288 INFO [WorkbenchTestable][AbstractButton] Click button Save 10:55:55.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:55:55.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:55:55.288 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:55:55.288 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:55:55.290 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:55:55.290 DEBUG [main][EditorHandler] 1 editor(s) found 10:55:55.290 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:55:55.326 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:55:55.326 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:55.326 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:55:55.326 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:55:55.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:55:55.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:55:55.326 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:55.326 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:55:55.326 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:55:55.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:55:55.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:55:55.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:55:55.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:55:55.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:55.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:55.328 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:55:55.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:55.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:55.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:55:55.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:55.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:55.331 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:55:55.331 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:55:55.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:55.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:55.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:55.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:55.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:55.333 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:55.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:55.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:55.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:55:55.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:55:55.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:55:55.335 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:55.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:55.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:55.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:55.335 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:55.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:55.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:55.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:55.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:55.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:55.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:55.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:55.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:56.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:56.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:56.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:55:56.337 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:56.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:56.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:56.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:56.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:55:56.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:56.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:56.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:56.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:56.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:56.338 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:55:56.339 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:55:56.339 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:55:56.339 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:55:56.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:56.339 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:55:56.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:56.339 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:55:56.339 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:56.339 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:56.339 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:56.341 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:56.341 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:55:56.341 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:55:56.341 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:55:56.341 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:55:56.343 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:55:56.343 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:55:56.343 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:55:56.363 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:55:56.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:56.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:56.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:56.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:55:56.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:56.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 10:55:56.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:56.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:56.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:56.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:56.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:56.366 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:56.366 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:56.366 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:55:56.366 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:55:56.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:56.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:56.369 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:55:56.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:56.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:56.370 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 10:55:56.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:55:56.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:55:56.371 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 10:55:56.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 10:55:56.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:56.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:56.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:56.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:56.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:55:56.372 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:56.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:56.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:56.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:56.398 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:56.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:56.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:56.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:56.398 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:56.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:56.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:56.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:56.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:56.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:56.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:56.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:56.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:57.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:57.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:55:57.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:55:57.400 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:55:57.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:55:57.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:57.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:57.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:55:57.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:55:57.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:55:57.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:55:57.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:55:57.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:55:57.402 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:55:57.402 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:55:57.402 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 10:55:57.402 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:55:57.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:55:57.402 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:55:57.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:55:57.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:55:57.403 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 10:55:57.403 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 10:55:57.403 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 10:55:57.404 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 10:55:57.405 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 10:55:57.405 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 10:55:57.405 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 10:55:57.405 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 10:55:57.406 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 10:55:57.406 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:55:57.406 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:55:57.427 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:55:57.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:55:57.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:55:57.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:55:57.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:55:57.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:55:57.428 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 10:55:57.434 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:55:57.434 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:55:57.434 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:55:57.434 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:55:57.434 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 10:55:57.434 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:55:57.448 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:55:57.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@76544499 is found... 10:56:07.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@76544499 is found failed, an exception will be thrown 10:56:07.457 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:56:07.457 DEBUG [main][EditorHandler] 1 editor(s) found 10:56:07.457 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 10:56:07.483 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 10:56:07.483 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:56:07.483 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:56:07.483 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:56:07.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:56:07.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:56:07.483 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:56:07.483 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:56:07.483 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:56:07.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:56:07.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:56:07.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:56:07.484 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:56:07.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:07.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:07.485 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:56:07.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:07.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:07.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:56:07.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:07.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:07.487 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:56:07.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 10:56:07.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:07.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:07.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:07.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:07.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:07.489 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:07.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:07.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:07.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:56:07.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:56:07.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:56:07.491 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:07.491 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:07.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:07.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:07.491 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:07.491 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:07.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:07.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:07.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:07.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:07.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:07.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:07.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:08.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:08.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:08.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:56:08.493 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:08.493 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:08.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:08.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:08.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:56:08.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:08.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:08.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:08.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:08.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:08.494 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:56:08.494 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:56:08.495 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:56:08.495 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:56:08.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:08.495 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:56:08.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:08.495 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:56:08.495 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:56:08.495 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:56:08.495 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:56:08.497 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:56:08.497 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:56:08.497 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:56:08.497 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:56:08.497 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:56:08.498 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:56:08.498 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:56:08.498 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:56:08.521 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:56:08.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:08.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:08.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:08.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:56:08.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:08.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 10:56:08.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:08.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:08.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:08.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:08.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:08.524 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:08.524 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:08.524 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:56:08.524 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:56:08.524 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:56:08.524 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:56:08.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:56:08.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:56:08.525 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 10:56:08.525 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:56:08.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:08.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:08.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:08.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:08.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:56:08.525 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 10:56:08.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:56:08.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:56:08.525 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:56:08.525 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:56:08.526 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:56:08.526 DEBUG [main][EditorHandler] 1 editor(s) found 10:56:08.526 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:56:08.527 DEBUG [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.... 10:56:09.051 DEBUG [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 10:56:09.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 10:56:09.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:09.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:09.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:56:09.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:56:09.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:56:09.053 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 10:56:09.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:56:09.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:09.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:09.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 10:56:09.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:56:09.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:56:09.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:56:09.053 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 10:56:09.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:56:09.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:09.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:09.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:09.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:09.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:56:09.054 INFO [WorkbenchTestable][AbstractButton] Click button &Save 10:56:09.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:56:09.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:56:09.054 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:56:09.054 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:56:09.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:56:09.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:56:09.096 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:56:09.096 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:56:09.096 DEBUG [main][EditorHandler] 0 editor(s) found 10:56:09.096 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:56:09.096 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:56:09.096 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:56:09.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:56:09.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:56:09.096 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:56:09.097 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:56:09.097 INFO [WorkbenchTestable][RequirementsRunner] Started test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:56:09.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:56:09.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:56:09.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:56:09.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:56:09.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:09.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:09.099 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:56:09.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:09.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:09.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:56:09.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:09.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:09.101 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:56:09.101 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:56:09.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:09.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:09.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:09.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:09.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:09.103 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:09.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:09.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:09.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:56:09.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:56:09.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:56:09.105 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:09.105 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:09.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:09.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:09.106 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:09.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:09.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:09.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:09.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:09.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:09.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:09.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:09.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:10.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:10.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:10.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:56:10.107 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:10.107 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:10.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:10.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:10.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:56:10.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:10.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:10.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:10.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:10.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:10.108 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:56:10.108 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:56:10.109 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:56:10.109 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:56:10.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:10.109 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:56:10.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:10.109 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:56:10.109 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:56:10.109 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:56:10.109 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:56:10.111 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:56:10.111 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:56:10.111 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:56:10.111 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:56:10.111 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:56:10.112 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:56:10.112 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:56:10.112 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:56:10.132 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:56:10.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:10.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:10.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:10.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:56:10.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:10.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 10:56:10.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:10.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:10.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:10.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:10.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:10.135 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:10.135 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:10.135 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:56:10.135 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:56:10.135 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:56:10.135 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:56:10.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:56:10.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:56:10.136 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 10:56:10.136 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:56:10.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:10.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:10.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:10.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:10.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:56:10.136 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 10:56:10.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:56:10.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:56:10.136 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:56:10.136 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:56:10.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@11096cd is found... 10:56:10.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@11096cd is found finished successfully 10:56:10.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 10:56:10.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:10.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:10.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:10.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:10.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:10.139 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:10.139 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 10:56:10.139 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:56:10.139 DEBUG [main][EditorHandler] 1 editor(s) found 10:56:10.140 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:56:10.140 DEBUG [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.... 10:56:10.665 DEBUG [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 10:56:10.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 10:56:10.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:10.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:10.667 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:56:10.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:56:10.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:56:10.667 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 10:56:10.667 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:56:10.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:10.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:10.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:56:10.667 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:56:10.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:56:10.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:56:10.667 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 10:56:10.667 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:56:10.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:10.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:10.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:10.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:10.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:56:10.668 INFO [WorkbenchTestable][AbstractButton] Click button &Save 10:56:10.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:56:10.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:56:10.668 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:56:10.668 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:56:10.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:56:10.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:56:10.704 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:56:10.704 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:56:10.704 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:56:10.704 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:56:10.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:56:10.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:56:10.704 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:56:10.704 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:56:10.704 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:56:10.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:56:10.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:56:10.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:56:10.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:56:10.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:10.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:10.706 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:56:10.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:10.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:10.708 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:56:10.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:10.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:10.708 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:56:10.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 '\*?\QPackage Explorer\E') 10:56:10.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:10.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:10.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:10.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:10.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:10.710 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:10.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:10.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:10.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:56:10.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:56:10.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:56:10.723 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:10.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:10.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:10.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:10.724 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:10.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:10.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:10.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:10.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:10.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:10.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:11.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:11.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:11.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:11.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:11.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:56:11.725 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:11.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:11.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:11.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:11.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 10:56:11.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:11.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:11.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:11.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:11.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:11.726 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:56:11.727 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:56:11.727 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:56:11.727 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:56:11.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:11.727 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:56:11.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:11.727 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:56:11.727 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:56:11.727 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:56:11.727 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:56:11.729 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:56:11.729 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:56:11.729 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:56:11.729 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:56:11.729 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:56:11.731 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:56:11.731 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:56:11.731 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:56:11.751 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:56:11.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:11.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:11.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:11.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:56:11.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:11.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 10:56:11.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:11.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:11.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:11.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:11.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:11.753 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:11.753 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:11.753 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:56:11.753 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:56:11.754 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:11.754 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 10:56:11.754 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:56:11.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 10:56:11.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:11.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:11.755 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 10:56:11.755 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 10:56:11.755 DEBUG [main][MenuItemLookup] Found menu:'File' 10:56:11.755 DEBUG [main][MenuItemLookup] Item match:File 10:56:11.755 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:56:11.755 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:56:11.755 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:56:11.755 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:56:11.755 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:11.755 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:56:11.755 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:56:11.755 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:11.755 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:56:11.755 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:56:11.756 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:56:11.756 DEBUG [main][EditorHandler] 1 editor(s) found 10:56:11.756 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:56:11.787 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:56:11.787 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:56:11.787 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:56:11.787 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:56:11.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:56:11.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:56:11.787 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:56:11.787 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:56:11.787 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:56:11.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:56:11.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:56:11.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:56:11.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:56:11.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:11.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:11.789 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:56:11.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:11.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:11.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:56:11.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:11.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:11.791 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:56:11.791 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 10:56:11.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:11.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:11.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:11.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:11.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:11.793 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:11.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:11.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:11.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:56:11.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:56:11.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:56:11.795 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:11.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:11.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:11.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:11.795 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:11.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:11.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:11.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:11.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:11.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:11.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:12.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:12.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:12.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:12.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:13.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:13.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:13.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:56:13.297 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:13.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:13.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:13.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:13.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:56:13.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:13.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:13.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:13.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:13.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:13.298 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:56:13.298 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:56:13.299 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:56:13.299 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:56:13.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:13.299 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:56:13.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:13.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:56:13.299 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:56:13.299 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:56:13.299 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:56:13.301 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:56:13.301 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:56:13.301 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:56:13.301 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:56:13.301 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:56:13.302 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:56:13.302 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:56:13.302 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:56:13.323 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:56:13.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:13.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:13.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:13.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:56:13.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:13.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3c32a41 is found... 10:56:23.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3c32a41 is found failed, an exception will be thrown 10:56:23.332 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:56:23.332 DEBUG [main][EditorHandler] 1 editor(s) found 10:56:23.332 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:56:23.354 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:56:23.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:56:23.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:56:23.355 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:56:23.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:56:23.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:56:23.355 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:56:23.355 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:56:23.355 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:56:23.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:56:23.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:56:23.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:56:23.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:56:23.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:23.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:23.357 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:56:23.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:23.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:23.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:56:23.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:23.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:23.359 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:56:23.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 10:56:23.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:23.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:23.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:23.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:23.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:23.361 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:23.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:23.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:23.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:56:23.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:56:23.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:56:23.362 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:23.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:23.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:23.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:23.363 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:23.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:23.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:23.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:23.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:23.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:23.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:23.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:23.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:24.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:24.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:24.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:56:24.365 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:24.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:24.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:24.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:24.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:56:24.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:24.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:24.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:24.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:24.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:24.366 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:56:24.366 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:56:24.366 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:56:24.366 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:56:24.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:24.366 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:56:24.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:24.367 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:56:24.367 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:56:24.367 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:56:24.367 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:56:24.370 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:56:24.370 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:56:24.370 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:56:24.370 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:56:24.370 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:56:24.371 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:56:24.371 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:56:24.371 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:56:24.390 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:56:24.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:24.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:24.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:24.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:56:24.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:24.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 10:56:24.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:24.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:24.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:24.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:24.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:24.393 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:24.393 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:24.393 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:56:24.393 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:56:24.394 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:24.394 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 10:56:24.394 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 10:56:24.394 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:56:24.418 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:56:24.419 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:56:24.419 DEBUG [main][EditorHandler] 0 editor(s) found 10:56:24.419 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:56:24.419 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:56:24.419 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:56:24.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:56:24.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:56:24.419 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:56:24.419 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:56:24.419 INFO [WorkbenchTestable][RequirementsRunner] Started test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:56:24.419 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:56:24.419 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:56:24.419 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:56:24.419 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:56:24.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:24.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:24.421 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:56:24.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:24.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:24.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:56:24.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:24.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:24.423 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:56:24.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 '\*?\QPackage Explorer\E') 10:56:24.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:24.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:24.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:24.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:24.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:24.425 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:24.425 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:24.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:24.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:56:24.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:56:24.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:56:24.426 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:24.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:24.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:24.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:24.427 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:24.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:24.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:24.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:24.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:24.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:24.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:24.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:24.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:25.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:25.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:25.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:56:25.429 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:25.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:25.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:25.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:25.430 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:56:25.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:25.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:25.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:25.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:25.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:25.430 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:56:25.430 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:56:25.431 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:56:25.431 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:56:25.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:25.431 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:56:25.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:25.431 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:56:25.431 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:56:25.431 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:56:25.431 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:56:25.433 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:56:25.433 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:56:25.433 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:56:25.433 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:56:25.433 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:56:25.434 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:56:25.434 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:56:25.434 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:56:25.453 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:56:25.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:25.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:25.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:25.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:56:25.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:25.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:25.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:25.456 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:56:25.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:25.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:25.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 10:56:25.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:25.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:25.458 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 10:56:25.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 10:56:25.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:25.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:25.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:25.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:25.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:25.460 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:25.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:25.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:25.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:25.485 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:25.485 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:25.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:25.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:25.486 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:25.486 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:25.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:25.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:25.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:25.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:25.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:25.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:25.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:26.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:26.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:26.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:56:26.487 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:26.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:26.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:26.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:26.488 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:56:26.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:26.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:26.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:26.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:26.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:26.488 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:56:26.489 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:56:26.489 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 10:56:26.489 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:56:26.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:26.489 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:56:26.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:26.489 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:56:26.489 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 10:56:26.489 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 10:56:26.489 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 10:56:26.491 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 10:56:26.491 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 10:56:26.491 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 10:56:26.491 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 10:56:26.491 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 10:56:26.492 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 10:56:26.492 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:56:26.492 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:56:26.512 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:56:26.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:26.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:26.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:26.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:56:26.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:26.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 10:56:26.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:26.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:26.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:26.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:26.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:26.515 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:26.515 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:26.515 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:56:26.515 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:56:26.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e0620a is found... 10:56:26.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e0620a is found finished successfully 10:56:26.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 10:56:26.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:26.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:26.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:26.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:26.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:26.517 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 10:56:26.523 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:26.523 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 10:56:26.523 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:56:26.523 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:56:26.523 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:56:26.523 DEBUG [main][EditorHandler] 2 editor(s) found 10:56:26.523 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:56:26.539 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:56:26.539 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 10:56:26.564 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 10:56:26.564 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:56:26.564 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:56:26.564 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:56:26.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:56:26.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:56:26.565 INFO [WorkbenchTestable][RequirementsRunner] Finished test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:56:26.565 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:56:26.565 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:56:26.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:56:26.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:56:26.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:56:26.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:56:26.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:26.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:26.567 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:56:26.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:26.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:26.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:56:26.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:26.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:26.569 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:56:26.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 '\*?\QPackage Explorer\E') 10:56:26.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:26.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:26.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:26.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:26.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:26.570 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:26.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:26.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:26.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:56:26.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:56:26.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:56:26.572 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:26.572 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:26.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:26.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:26.573 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:26.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:26.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:26.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:26.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:26.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:26.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:27.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:27.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:27.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:27.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:27.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:56:27.574 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:27.574 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:27.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:27.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:27.575 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:56:27.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:27.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:27.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:27.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:27.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:27.575 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:56:27.575 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:56:27.576 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:56:27.576 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:56:27.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:27.576 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:56:27.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:27.576 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:56:27.576 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:56:27.576 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:56:27.577 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:56:27.581 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:56:27.581 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:56:27.581 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:56:27.581 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:56:27.581 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:56:27.582 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:56:27.582 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:56:27.582 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:56:27.596 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:56:27.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:27.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:27.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:27.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:56:27.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:27.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 10:56:27.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:27.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:27.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:27.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:27.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:27.603 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:27.603 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:27.603 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:56:27.603 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:56:27.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') 10:56:27.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:27.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:27.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:27.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:27.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:27.605 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:27.605 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 10:56:27.605 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:56:27.606 DEBUG [main][EditorHandler] 1 editor(s) found 10:56:27.606 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:56:27.634 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:56:27.634 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:56:27.634 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:56:27.634 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:56:27.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:56:27.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:56:27.635 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:56:27.635 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:56:27.635 INFO [WorkbenchTestable][RequirementsRunner] Started test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:56:27.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:56:27.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:56:27.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:56:27.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:56:27.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:27.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:27.637 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:56:27.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:27.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:27.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:56:27.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:27.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:27.639 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:56:27.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:56:27.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:27.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:27.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:27.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:27.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:27.641 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:27.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:27.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:27.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:56:27.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:56:27.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:56:27.642 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:27.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:27.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:27.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:27.643 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:27.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:27.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:27.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:27.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:27.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:27.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:28.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:28.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:28.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:28.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:29.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:29.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:29.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:56:29.145 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:29.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:29.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:29.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:29.146 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:56:29.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:29.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:29.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:29.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:29.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:29.146 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:56:29.146 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:56:29.147 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:56:29.147 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:56:29.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:29.147 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:56:29.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:29.147 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:56:29.147 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:56:29.147 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:56:29.147 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:56:29.149 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:56:29.149 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:56:29.149 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:56:29.149 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:56:29.149 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:56:29.150 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:56:29.150 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:56:29.150 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:56:29.169 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:56:29.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:29.169 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:29.169 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:29.169 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:56:29.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:29.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 10:56:29.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:29.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:29.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:29.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:29.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:29.172 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:29.172 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:29.172 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:56:29.172 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:56:29.173 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:56:29.173 DEBUG [main][EditorHandler] 1 editor(s) found 10:56:29.173 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:56:29.197 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:56:29.198 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:56:29.198 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:56:29.198 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:56:29.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:56:29.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:56:29.198 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:56:29.198 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:56:29.198 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:56:29.198 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:56:29.198 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:56:29.198 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:56:29.198 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:56:29.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:29.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:29.200 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:56:29.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:29.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:29.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:56:29.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:29.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:29.202 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:56:29.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 10:56:29.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:29.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:29.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:29.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:29.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:29.203 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:29.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:29.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:29.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:56:29.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:56:29.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:56:29.205 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:29.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:29.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:29.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:29.206 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:29.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:29.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:29.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:29.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:29.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:29.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:29.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:29.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:30.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:30.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:30.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:56:30.207 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:30.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:30.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:30.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:30.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:56:30.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:30.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:30.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:30.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:30.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:30.208 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:56:30.209 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:56:30.209 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 10:56:30.209 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:56:30.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:30.209 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:56:30.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:30.209 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:56:30.209 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:56:30.209 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:56:30.209 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:56:30.212 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:56:30.212 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 10:56:30.212 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 10:56:30.212 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 10:56:30.212 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 10:56:30.214 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 10:56:30.214 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:56:30.214 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:56:30.234 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:56:30.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:30.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:30.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:30.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:56:30.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:30.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:30.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:30.236 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 10:56:30.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:30.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:30.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 10:56:30.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:30.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:30.239 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 10:56:30.239 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 10:56:30.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:30.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:30.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:30.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:30.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:30.241 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:30.241 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:30.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:30.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:30.266 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:30.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:30.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:30.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:30.267 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:30.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:30.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:30.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:30.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:30.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:30.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:30.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:30.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:31.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:31.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:31.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:56:31.269 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 10:56:31.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 10:56:31.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:31.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:31.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:56:31.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:31.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:31.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:31.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:31.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:31.270 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:56:31.270 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 10:56:31.271 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest+.min of tree item testProject 10:56:31.271 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 10:56:31.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:31.271 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 10:56:31.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:31.271 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 10:56:31.271 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 10:56:31.271 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 10:56:31.271 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 10:56:31.273 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 10:56:31.273 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest+.min 10:56:31.273 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 10:56:31.273 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 10:56:31.273 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 10:56:31.274 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 10:56:31.274 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:56:31.274 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:56:31.295 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:56:31.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:31.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:31.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:31.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:56:31.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:31.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4a43d898 is found... 10:56:31.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4a43d898 is found finished successfully 10:56:31.296 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest+.min\E') 10:56:31.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:31.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:31.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:31.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:31.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:31.298 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:31.298 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:31.298 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:56:31.298 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:56:31.299 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:56:31.299 DEBUG [main][EditorHandler] 2 editor(s) found 10:56:31.299 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:56:31.304 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:56:31.304 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 10:56:31.331 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 10:56:31.331 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:56:31.331 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:56:31.331 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:56:31.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:56:31.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:56:31.332 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 10:56:31.332 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:56:31.332 DEBUG [main][EditorHandler] 0 editor(s) found 10:56:31.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:31.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:31.333 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:56:31.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:31.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:31.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:56:31.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:31.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:31.333 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:56:31.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:56:31.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:31.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:31.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:31.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:31.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:31.334 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:31.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:31.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:31.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:31.344 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:31.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:31.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:31.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:31.360 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:31.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:31.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:31.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:31.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:31.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:31.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:31.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:31.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:32.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:32.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:32.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:56:32.361 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:32.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:32.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:32.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:32.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:56:32.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:32.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:32.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:32.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:32.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:32.363 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:56:32.363 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:32.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:32.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:32.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:32.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:32.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:32.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:32.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:32.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:33.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:33.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:33.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:56:33.364 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:33.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:33.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:33.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:33.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:56:33.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:33.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:33.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:33.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:33.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:33.366 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:56:33.366 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:33.366 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:33.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:33.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:33.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:56:33.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:33.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:33.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:33.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:33.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:33.367 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 10:56:33.367 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 10:56:33.367 DEBUG [main][TreeItemHandler] Set Tree selection 10:56:33.368 DEBUG [main][TreeHandler] Notify Tree about selection event 10:56:33.374 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 10:56:33.375 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 10:56:33.375 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:56:33.375 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:56:33.404 DEBUG [main][MenuItemLookup] Found menu:'New' 10:56:33.404 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 10:56:33.404 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:33.404 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 10:56:33.404 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:33.404 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 10:56:33.404 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 10:56:33.404 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 10:56:33.404 DEBUG [main][MenuItemLookup] Found menu:'Move...' 10:56:33.404 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 10:56:33.404 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:33.404 DEBUG [main][MenuItemLookup] Found menu:'Import...' 10:56:33.404 DEBUG [main][MenuItemLookup] Found menu:'Export...' 10:56:33.404 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:33.404 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 10:56:33.404 DEBUG [main][MenuItemLookup] Item match:Refresh F5 10:56:33.404 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 10:56:33.404 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 10:56:33.404 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 10:56:33.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:33.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 10:56:33.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 10:56:33.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:33.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:33.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:56:33.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:33.905 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:56:33.905 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:56:33.922 DEBUG [main][MenuItemLookup] Found menu:'New' 10:56:33.922 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 10:56:33.922 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:33.922 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 10:56:33.922 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:33.922 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 10:56:33.922 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 10:56:33.922 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 10:56:33.922 DEBUG [main][MenuItemLookup] Item match:Delete Delete 10:56:33.922 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 10:56:33.922 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 10:56:33.922 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 10:56:33.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 10:56:34.501 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 10:56:34.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 10:56:34.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:34.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:34.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 10:56:34.504 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:56:34.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:56:34.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:56:34.504 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 10:56:34.504 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:56:34.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:34.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:34.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:34.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:34.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:56:34.505 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 10:56:34.505 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 10:56:34.505 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 10:56:34.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:56:34.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:56:34.505 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:56:34.505 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:56:34.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 10:56:34.505 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:56:34.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:56:34.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:56:34.505 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 10:56:34.505 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:56:34.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:34.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:34.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:34.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:34.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:56:34.506 INFO [WorkbenchTestable][AbstractButton] Click button OK 10:56:34.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:56:34.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:56:34.506 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:56:34.506 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:56:34.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 10:56:34.509 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 10:56:35.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 10:56:35.010 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 10:56:35.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:35.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 10:56:35.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 10:56:35.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:35.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:35.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:35.010 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:35.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:35.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:35.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 10:56:35.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:56:35.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:56:35.011 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 10:56:35.011 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:56:35.011 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:56:35.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:56:35.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 62.449 s - in org.eclipse.reddeer.workbench.test.editor.EditorTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.436 s closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.087 s getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 3.23 s closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.088 s testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.086 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.119 s closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.069 s closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.617 s noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.079 s getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.175 s testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.073 s saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.089 s isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.087 s closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 12.157 s closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.613 s findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.607 s saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.083 s getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 11.568 s noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.064 s switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.146 s testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.07 s getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.563 s getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.134 s Running org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:56:35.020 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:56:35.021 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:56:35.021 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:56:35.021 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:56:35.021 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:56:35.021 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:56:35.021 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:56:35.021 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:56:35.021 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:56:35.021 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 10:56:35.022 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.*'] 10:56:35.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.022 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.*'] 10:56:35.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.022 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.*'] 10:56:35.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:56:35.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:35.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:35.022 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:56:35.022 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:56:35.022 DEBUG [main][MenuItemLookup] Found menu:'File' 10:56:35.023 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:56:35.023 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:56:35.023 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:56:35.023 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:56:35.023 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:56:35.023 DEBUG [main][MenuItemLookup] Item match:Window 10:56:35.023 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:56:35.023 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:56:35.023 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:56:35.023 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:35.023 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:56:35.023 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 10:56:35.023 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:35.023 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 10:56:35.023 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:35.023 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 10:56:35.023 DEBUG [main][MenuItemLookup] Item match:Preferences 10:56:35.023 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 10:56:35.023 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 10:56:35.023 INFO [main][MenuItemHandler] Select menu item: &Preferences 10:56:35.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 10:56:35.097 DEBUG [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 10:56:35.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 10:56:35.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:35.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:35.098 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 10:56:35.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.098 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 10:56:35.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:35.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:35.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:35.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:35.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:35.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:56:35.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:56:35.100 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) 10:56:35.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:35.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:35.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:35.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:35.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:56:35.102 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 10:56:35.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:56:35.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:56:35.102 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:56:35.102 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:56:35.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:56:35.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:56:35.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:56:35.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:35.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:35.124 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:56:35.124 DEBUG [main][EditorHandler] 0 editor(s) found 10:56:35.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:35.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:35.125 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:56:35.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:35.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:35.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:56:35.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:35.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:35.126 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:56:35.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:56:35.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:35.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:35.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:35.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:35.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:35.127 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:35.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:35.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:35.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:56:35.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:56:35.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:56:35.128 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:35.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:35.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:35.128 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 10:56:35.128 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:35.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:35.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:35.129 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 10:56:35.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:35.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:35.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:35.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:35.129 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:35.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:35.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:35.130 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 10:56:35.131 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:56:35.131 DEBUG [main][EditorHandler] 0 editor(s) found 10:56:35.131 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:56:35.131 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.131 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:56:35.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.132 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 10:56:35.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.132 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:56:35.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.132 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:56:35.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.132 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:56:35.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.140 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 10:56:35.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.140 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:56:35.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.140 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:56:35.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:56:35.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:35.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:35.140 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:56:35.140 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:56:35.141 DEBUG [main][MenuItemLookup] Found menu:'File' 10:56:35.141 DEBUG [main][MenuItemLookup] Item match:File 10:56:35.141 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:56:35.141 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 10:56:35.142 DEBUG [main][MenuItemLookup] Found menu:'Project...' 10:56:35.142 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:35.142 DEBUG [main][MenuItemLookup] Found menu:'Folder' 10:56:35.142 DEBUG [main][MenuItemLookup] Found menu:'File' 10:56:35.142 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 10:56:35.142 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:35.142 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 10:56:35.142 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 10:56:35.143 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 10:56:35.143 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 10:56:35.143 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 10:56:35.195 DEBUG [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.... 10:56:35.199 DEBUG [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 10:56:35.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 10:56:35.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:35.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:35.200 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 10:56:35.200 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.200 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 10:56:35.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:35.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:35.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:35.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:35.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:35.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:56:35.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:56:35.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 10:56:35.201 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:56:35.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:35.201 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:56:35.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:35.202 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:56:35.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 10:56:35.202 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:56:35.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:35.202 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:56:35.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:35.202 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:56:35.202 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 10:56:35.202 DEBUG [main][TreeItemHandler] Selecting tree item: Project 10:56:35.202 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 10:56:35.205 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 10:56:35.205 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 10:56:35.205 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 10:56:35.205 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) 10:56:35.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:35.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:35.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:35.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:35.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:56:35.206 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 10:56:35.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:56:35.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:56:35.206 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:56:35.206 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:56:35.227 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:56:35.227 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.227 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 10:56:35.227 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 10:56:35.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 10:56:35.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:35.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:35.228 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 10:56:35.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.228 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 10:56:35.228 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:") 10:56:35.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:35.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:35.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:35.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:35.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:56:35.230 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:56:35.230 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 10:56:35.231 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 10:56:35.231 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 10:56:35.231 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) 10:56:35.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:35.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:35.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:35.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:35.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:56:35.233 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 10:56:35.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:56:35.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:56:35.233 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:56:35.233 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:56:35.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:56:35.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:56:35.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:35.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 10:56:35.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 10:56:35.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:35.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:35.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:35.738 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 10:56:35.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.738 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 10:56:35.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.738 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 10:56:35.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.738 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 10:56:35.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.738 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 10:56:35.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.738 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 10:56:35.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.739 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 10:56:35.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.739 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 10:56:35.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.739 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 10:56:35.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:56:35.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:35.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:35.739 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:56:35.739 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:56:35.739 DEBUG [main][MenuItemLookup] Found menu:'File' 10:56:35.739 DEBUG [main][MenuItemLookup] Item match:File 10:56:35.740 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:56:35.740 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:56:35.740 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:56:35.740 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:56:35.740 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:35.740 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:56:35.740 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:56:35.740 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:35.740 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:56:35.740 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 10:56:35.740 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 10:56:35.740 DEBUG [main][MenuItemLookup] Found menu:'Revert' 10:56:35.740 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:35.740 DEBUG [main][MenuItemLookup] Found menu:'Move...' 10:56:35.740 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 10:56:35.740 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 10:56:35.740 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 10:56:35.740 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:35.740 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 10:56:35.740 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:35.740 DEBUG [main][MenuItemLookup] Found menu:'Import...' 10:56:35.740 DEBUG [main][MenuItemLookup] Item match:Import... 10:56:35.740 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 10:56:35.740 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 10:56:35.740 INFO [main][MenuItemHandler] Select menu item: &Import... 10:56:35.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 10:56:35.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 10:56:35.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 10:56:35.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:35.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:35.798 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 10:56:35.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:35.798 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 10:56:35.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:35.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:35.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:35.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:35.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:35.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:56:35.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:56:35.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 10:56:35.799 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:56:35.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:36.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:36.301 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:56:36.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 10:56:36.302 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:56:36.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:36.302 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:56:36.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:36.302 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:56:36.302 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 10:56:36.302 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 10:56:36.303 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 10:56:36.305 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 10:56:36.305 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 10:56:36.305 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 10:56:36.305 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) 10:56:36.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:36.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:36.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:36.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:36.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:56:36.306 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 10:56:36.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:56:36.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:56:36.306 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:56:36.306 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:56:36.350 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 10:56:36.375 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:36.375 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:36.375 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 10:56:36.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:36.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:36.376 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 10:56:36.376 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:36.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 10:56:36.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 10:56:36.376 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 10:56:36.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:36.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:36.376 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 10:56:36.376 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:36.378 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/resources/TextEditorTestProject/' 10:56:36.379 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:") 10:56:36.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:36.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:36.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:36.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:36.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:56:36.380 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 10:56:36.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:56:36.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:56:36.380 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:56:36.380 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:56:36.391 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 10:56:36.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:36.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:36.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:36.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:36.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 10:56:36.393 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/ 10:56:36.394 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") 10:56:36.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:36.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:36.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:36.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:36.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:56:36.417 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 10:56:36.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:56:36.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:56:36.417 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:56:36.417 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:56:36.424 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 10:56:36.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:36.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:36.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:36.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:36.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:36.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 10:56:36.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 10:56:36.426 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to true 10:56:36.426 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:") 10:56:36.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:36.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:36.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:36.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:36.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:56:36.427 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") 10:56:36.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:36.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:36.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:36.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:36.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:56:36.428 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 10:56:36.428 INFO [WorkbenchTestable][CheckBox] Check checkbox &Copy projects into workspace 10:56:36.428 INFO [WorkbenchTestable][AbstractButton] Click button &Copy projects into workspace 10:56:36.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:56:36.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:56:36.428 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:56:36.428 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:56:36.429 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 10:56:36.429 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 10:56:36.429 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) 10:56:36.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:36.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:36.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:36.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:36.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:56:36.430 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 10:56:36.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:56:36.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:56:36.430 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:56:36.430 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:56:36.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:56:36.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:56:36.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:36.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 10:56:37.449 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 10:56:37.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 10:56:37.956 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 10:56:37.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 10:56:37.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:37.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:37.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:56:37.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:37.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:37.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:37.957 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:56:37.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:37.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:37.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:56:37.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:37.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:37.958 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:56:37.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:56:37.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:37.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:37.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:37.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:37.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:37.959 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:37.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:37.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:37.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:56:37.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:56:37.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:56:37.961 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:37.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:37.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:37.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:37.962 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:37.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:37.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:37.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:37.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:37.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:37.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:38.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:38.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:38.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:38.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:38.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:56:38.964 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:38.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:38.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:38.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:38.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:56:38.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:38.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:38.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:38.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:38.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:38.965 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:56:38.966 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:56:38.966 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:56:38.966 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:56:38.967 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:56:38.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:39.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:39.467 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:56:39.468 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:56:39.468 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:56:39.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:39.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:39.969 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:56:39.969 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:56:39.969 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:56:39.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:40.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:40.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:56:40.471 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:56:40.471 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:56:40.471 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:56:40.582 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:56:40.583 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:56:40.583 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:56:40.583 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:56:40.583 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:56:40.626 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:56:40.626 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:56:40.626 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:56:41.540 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:56:41.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:41.540 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 10:56:41.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:56:41.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:56:41.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:56:41.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:41.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:41.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:56:41.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:41.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@39e7dcce is found... 10:56:41.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@39e7dcce is found finished successfully 10:56:41.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:56:41.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:41.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:41.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:41.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:41.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:41.562 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:41.562 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:56:41.564 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 13] 10:56:41.624 INFO [WorkbenchTestable][Keyboard] Type text "a" 10:56:41.734 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:56:41.734 INFO [WorkbenchTestable][Keyboard] As char:a, as int:97 10:56:42.343 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:42.343 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 10:56:42.343 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:56:42.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:56:42.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:42.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:42.344 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:56:42.344 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:56:42.344 DEBUG [main][MenuItemLookup] Found menu:'File' 10:56:42.344 DEBUG [main][MenuItemLookup] Item match:File 10:56:42.346 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:56:42.346 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:56:42.346 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:56:42.346 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:56:42.346 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:42.346 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:56:42.346 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:56:42.346 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:42.346 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:56:42.346 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:56:42.346 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:56:42.346 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:56:42.346 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:56:42.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:56:42.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:56:42.441 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:42.441 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 10:56:42.441 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:42.442 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 10:56:42.442 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 10:56:42.442 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:56:42.644 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:56:42.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:42.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:42.645 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:56:42.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:42.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:42.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:56:42.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:42.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:42.660 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:56:42.660 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:56:42.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:42.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:42.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:42.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:42.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:42.661 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:42.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:42.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:42.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:56:42.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:56:42.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:56:42.663 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:42.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:42.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:42.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:42.663 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:42.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:42.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:42.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:42.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:42.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:42.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:43.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:43.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:43.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:43.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:43.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:56:43.665 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:43.665 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:43.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:43.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:43.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:56:43.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:43.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:43.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:43.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:43.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:43.667 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:56:43.667 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:56:43.667 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:56:43.667 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:56:43.667 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:56:43.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:43.668 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:56:43.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:43.668 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:56:43.668 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:56:43.668 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:56:43.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:43.668 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:56:43.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:43.668 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:56:43.668 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:56:43.668 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:56:43.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:43.668 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:56:43.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:43.668 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:56:43.668 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:56:43.668 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:56:43.668 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:56:43.678 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:56:43.678 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:56:43.678 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:56:43.678 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:56:43.678 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:56:43.684 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:56:43.684 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:56:43.684 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:56:43.969 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:56:43.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:43.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 10:56:43.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:56:43.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:56:43.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:56:43.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:43.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:43.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:56:43.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:43.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@50fd4f87 is found... 10:56:44.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@50fd4f87 is found finished successfully 10:56:44.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:56:44.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:44.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:44.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:44.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:44.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:44.035 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:44.035 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 10:56:44.035 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:56:44.057 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:44.057 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:56:44.057 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:56:44.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:56:44.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:44.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:44.135 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:56:44.135 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:56:44.135 DEBUG [main][MenuItemLookup] Found menu:'File' 10:56:44.135 DEBUG [main][MenuItemLookup] Item match:File 10:56:44.136 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:56:44.136 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:56:44.136 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:56:44.136 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:56:44.136 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:44.136 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:56:44.136 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:56:44.136 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:44.136 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:56:44.136 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:56:44.137 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:56:44.137 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:56:44.137 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:56:44.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:56:44.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:56:44.146 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:44.146 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:56:44.146 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:56:44.146 DEBUG [main][EditorHandler] 1 editor(s) found 10:56:44.146 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:56:44.258 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:56:44.258 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:56:44.259 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:56:44.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:56:44.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:56:44.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:56:44.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:56:44.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:44.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:44.259 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:56:44.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:44.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:44.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:56:44.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:44.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:44.261 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:56:44.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:56:44.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:44.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:44.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:44.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:44.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:44.262 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:44.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:44.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:44.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:56:44.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:56:44.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:56:44.264 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:44.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:44.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:44.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:44.265 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:44.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:44.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:44.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:44.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:44.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:44.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:44.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:44.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:45.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:45.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:45.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:56:45.267 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:45.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:45.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:45.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:45.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:56:45.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:45.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:45.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:45.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:45.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:45.268 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:56:45.268 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:56:45.268 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:56:45.269 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:56:45.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:56:45.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:45.269 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:56:45.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:45.269 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:56:45.269 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:56:45.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:56:45.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:45.269 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:56:45.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:45.269 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:56:45.269 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:56:45.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:56:45.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:45.269 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:56:45.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:45.269 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:56:45.269 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:56:45.269 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:56:45.269 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:56:45.277 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:56:45.278 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:56:45.278 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:56:45.278 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:56:45.278 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:56:45.283 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:56:45.283 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:56:45.283 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:56:45.445 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:56:45.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:45.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:56:45.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:56:45.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:56:45.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:56:45.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:45.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:45.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:56:45.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:45.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3d347c8c is found... 10:56:45.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3d347c8c is found finished successfully 10:56:45.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:56:45.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:45.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:45.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:45.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:45.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:45.459 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:45.459 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:56:45.460 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:45.460 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:56:45.461 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 10:56:45.473 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 10:56:45.478 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:56:45.478 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 10:56:46.079 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:56:46.079 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 10:56:46.680 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:56:46.680 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 10:56:47.281 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:56:47.281 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 10:56:47.882 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:56:47.882 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 10:56:48.483 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:56:48.484 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 10:56:49.085 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:56:49.085 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 10:56:49.686 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:56:49.686 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 10:56:50.287 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:50.287 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * 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 10:56:50.287 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:56:50.288 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:56:50.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:50.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:50.288 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:56:50.288 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:56:50.288 DEBUG [main][MenuItemLookup] Found menu:'File' 10:56:50.288 DEBUG [main][MenuItemLookup] Item match:File 10:56:50.289 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:56:50.289 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:56:50.289 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:56:50.289 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:56:50.289 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:50.289 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:56:50.289 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:56:50.289 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:50.289 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:56:50.289 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:56:50.289 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:56:50.289 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:56:50.290 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:56:50.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:56:50.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:56:50.316 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:50.316 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * 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 10:56:50.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:50.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:50.318 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:56:50.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:50.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:50.318 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:56:50.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:50.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:50.319 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:56:50.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 '\*?\QProject Explorer\E') 10:56:50.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:50.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:50.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:50.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:50.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:50.319 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:50.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:50.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:50.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:50.350 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:50.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:50.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:50.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:50.351 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:50.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:50.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:50.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:50.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:50.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:50.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:50.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:50.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:51.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:51.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:51.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:56:51.353 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:51.353 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:51.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:51.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:51.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:56:51.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:51.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:51.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:51.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:51.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:51.354 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:56:51.354 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:56:51.355 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:56:51.355 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:56:51.355 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:56:51.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:51.355 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:56:51.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:51.355 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:56:51.355 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:56:51.355 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:56:51.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:51.355 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:56:51.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:51.355 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:56:51.355 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:56:51.355 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:56:51.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:51.356 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:56:51.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:51.356 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:56:51.356 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:56:51.356 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:56:51.356 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:56:51.364 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:56:51.365 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:56:51.365 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:56:51.365 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:56:51.365 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:56:51.373 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:56:51.373 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:56:51.373 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:56:51.406 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:56:51.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:51.406 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:56:51.406 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:56:51.406 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:56:51.406 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:51.406 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:51.406 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:56:51.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:51.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@49ee5cae is found... 10:56:51.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@49ee5cae is found finished successfully 10:56:51.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:56:51.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:51.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:51.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:51.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:51.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:51.409 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:51.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;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:56:51.410 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:56:51.429 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:51.429 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:56:51.429 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:56:51.429 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:56:51.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:51.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:51.430 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:56:51.430 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:56:51.430 DEBUG [main][MenuItemLookup] Found menu:'File' 10:56:51.430 DEBUG [main][MenuItemLookup] Item match:File 10:56:51.431 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:56:51.431 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:56:51.431 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:56:51.431 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:56:51.431 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:51.431 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:56:51.431 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:56:51.431 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:51.431 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:56:51.431 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:56:51.431 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:56:51.431 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:56:51.431 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:56:51.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:56:51.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:56:51.463 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:51.463 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:56:51.463 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:56:51.463 DEBUG [main][EditorHandler] 1 editor(s) found 10:56:51.463 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:56:51.557 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:56:51.557 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:56:51.557 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:56:51.557 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:56:51.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:56:51.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:56:51.558 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:56:51.558 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:56:51.558 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:56:51.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:56:51.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:56:51.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:56:51.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:56:51.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:51.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:51.558 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:56:51.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:51.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:51.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:56:51.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:51.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:51.560 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:56:51.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:56:51.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:51.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:51.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:51.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:51.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:51.561 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:51.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:51.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:51.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:56:51.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:56:51.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:56:51.563 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:51.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:51.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:51.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:51.564 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:51.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:51.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:51.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:51.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:51.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:51.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:52.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:52.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:52.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:52.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:52.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:56:52.566 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:52.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:52.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:52.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:52.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:56:52.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:52.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:52.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:52.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:52.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:52.567 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:56:52.567 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:56:52.568 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:56:52.568 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:56:52.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:56:52.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:52.568 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:56:52.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:52.568 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:56:52.568 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:56:52.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:56:52.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:52.568 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:56:52.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:52.568 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:56:52.568 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:56:52.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:56:52.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:52.569 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:56:52.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:52.569 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:56:52.569 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:56:52.569 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:56:52.569 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:56:52.575 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:56:52.575 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:56:52.575 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:56:52.575 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:56:52.575 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:56:52.580 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:56:52.580 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:56:52.580 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:56:52.735 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:56:52.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:52.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:56:52.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:56:52.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:56:52.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:56:52.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:52.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:52.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:56:52.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:52.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@589697f1 is found... 10:56:52.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@589697f1 is found finished successfully 10:56:52.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 '\*?\QJavaClass.java\E') 10:56:52.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:52.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:52.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:52.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:52.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:52.744 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:52.744 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:56:52.744 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:52.745 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:56:52.745 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 10:56:53.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:56:53.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:56:53.745 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:56:53.745 DEBUG [main][MenuItemLookup] Found menu:'File' 10:56:53.745 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:56:53.745 DEBUG [main][MenuItemLookup] Item match:Edit 10:56:53.746 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 10:56:53.746 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 10:56:53.746 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:53.746 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 10:56:53.746 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 10:56:53.746 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 10:56:53.746 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 10:56:53.747 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 10:56:53.747 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:53.747 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 10:56:53.747 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 10:56:53.747 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 10:56:53.747 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 10:56:53.747 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 10:56:53.747 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:53.747 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 10:56:53.747 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 10:56:53.747 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 10:56:53.747 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 10:56:53.747 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 10:56:53.747 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:53.747 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 10:56:53.747 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 10:56:53.747 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:53.747 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 10:56:53.747 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:53.747 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 10:56:53.747 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:53.747 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 10:56:53.747 DEBUG [main][MenuItemLookup] Item match:Content Assist 10:56:53.749 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 10:56:53.750 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Java Non-Type Proposals" 10:56:53.750 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 10:56:53.750 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Te&mplate Proposals" 10:56:53.750 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Word Proposals" 10:56:53.750 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Chain Template Proposals" 10:56:53.750 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"" 10:56:53.750 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Parameter &Hints Shift+Ctrl+Space" 10:56:53.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:53.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:53.751 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:56:53.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:53.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:53.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:56:53.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:53.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:53.752 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:56:53.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 '\*?\QProject Explorer\E') 10:56:53.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:53.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:53.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:53.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:53.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:53.753 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:53.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:53.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:53.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:53.783 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:53.783 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:53.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:53.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:53.783 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:53.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:53.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:53.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:53.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:53.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:53.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:54.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:54.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:54.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:54.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:54.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:56:54.785 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:54.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:54.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:54.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:54.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:56:54.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:54.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:54.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:54.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:54.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:54.786 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:56:54.786 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:56:54.786 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:56:54.787 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:56:54.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:56:54.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:54.787 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:56:54.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:54.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:56:54.787 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:56:54.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:56:54.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:54.787 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:56:54.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:54.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:56:54.787 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:56:54.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:56:54.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:54.787 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:56:54.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:54.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:56:54.788 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:56:54.788 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:56:54.788 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:56:54.796 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:56:54.797 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:56:54.797 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:56:54.797 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:56:54.797 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:56:54.802 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:56:54.802 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:56:54.802 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:56:54.833 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:56:54.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:54.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:56:54.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:56:54.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:56:54.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:54.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:54.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:56:54.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:54.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@abf4f69 is found... 10:56:54.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@abf4f69 is found finished successfully 10:56:54.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:56:54.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:54.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:54.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:54.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:54.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:54.837 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:54.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 10:56:54.837 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:56:54.855 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:54.855 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:56:54.855 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:56:54.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:56:54.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:54.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:54.855 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:56:54.855 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:56:54.856 DEBUG [main][MenuItemLookup] Found menu:'File' 10:56:54.856 DEBUG [main][MenuItemLookup] Item match:File 10:56:54.856 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:56:54.856 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:56:54.856 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:56:54.856 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:56:54.856 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:54.856 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:56:54.856 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:56:54.856 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:54.856 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:56:54.856 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:56:54.857 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:56:54.857 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:56:54.857 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:56:54.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:56:54.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:56:54.885 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:54.885 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:56:54.885 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:56:54.885 DEBUG [main][EditorHandler] 1 editor(s) found 10:56:54.885 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:56:54.967 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:56:54.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:56:54.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:56:54.967 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:56:54.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:56:54.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:56:54.967 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:56:54.967 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:56:54.967 INFO [WorkbenchTestable][RequirementsRunner] Started test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:56:54.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:56:54.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:56:54.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:56:54.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:56:54.968 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:56:54.968 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:54.968 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:56:54.968 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:54.968 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 10:56:54.968 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:54.968 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:56:54.968 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:54.968 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:56:54.968 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:54.968 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:56:54.968 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:54.968 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 10:56:54.968 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:54.969 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:56:54.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:54.969 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:56:54.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:54.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:56:54.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:54.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:54.969 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:56:54.969 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:56:54.969 DEBUG [main][MenuItemLookup] Found menu:'File' 10:56:54.969 DEBUG [main][MenuItemLookup] Item match:File 10:56:54.970 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:56:54.970 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 10:56:54.971 DEBUG [main][MenuItemLookup] Found menu:'Project...' 10:56:54.971 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:54.971 DEBUG [main][MenuItemLookup] Found menu:'Folder' 10:56:54.971 DEBUG [main][MenuItemLookup] Found menu:'File' 10:56:54.971 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 10:56:54.971 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:54.971 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 10:56:54.971 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 10:56:54.972 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 10:56:54.972 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 10:56:54.972 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 10:56:55.066 DEBUG [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.... 10:56:55.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 10:56:55.069 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 10:56:55.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:55.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:55.071 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 10:56:55.071 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:55.071 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 10:56:55.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:55.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:55.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:55.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:55.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:55.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:56:55.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:56:55.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 10:56:55.072 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:56:55.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:55.072 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:56:55.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:55.072 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:56:55.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 10:56:55.073 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:56:55.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:55.073 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:56:55.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:55.073 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:56:55.073 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 10:56:55.073 DEBUG [main][TreeItemHandler] Selecting tree item: File 10:56:55.073 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 10:56:55.076 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 10:56:55.076 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 10:56:55.076 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 10:56:55.076 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) 10:56:55.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:55.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:55.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:55.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:55.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:56:55.078 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 10:56:55.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:56:55.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:56:55.078 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:56:55.078 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:56:55.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: Matcher matching text to regular expression 'New|Select a wizard'] 10:56:55.125 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:55.125 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:55.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 10:56:55.125 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 10:56:55.125 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 10:56:55.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:55.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:55.126 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 10:56:55.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:56:55.126 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:") 10:56:55.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:55.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:55.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:55.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:55.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:56:55.134 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:56:55.135 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 10:56:55.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 "Enter or select the parent folder:") 10:56:55.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:55.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:55.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:55.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:55.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:56:55.137 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:56:55.137 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 10:56:55.138 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 10:56:55.138 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 10:56:55.138 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) 10:56:55.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:55.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:55.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:55.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:55.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:56:55.139 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 10:56:55.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:56:55.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:56:55.139 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:56:55.139 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:56:55.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:56:55.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:56:55.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:55.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 10:56:55.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:55.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:55.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:56:55.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:55.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 10:56:55.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:55.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:55.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:55.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:55.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:55.647 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 10:56:55.651 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:55.651 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:55.651 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 10:56:55.651 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 10:56:55.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:55.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:55.653 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:56:55.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:55.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:55.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 10:56:55.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:55.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:55.654 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 10:56:55.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') 10:56:55.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:55.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:55.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:55.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:55.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:55.655 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:55.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:55.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:55.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:55.674 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:55.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:55.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:55.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:55.674 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:55.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:55.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:55.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:55.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:55.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:55.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:56.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:56.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:56.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:56.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:56.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:56:56.676 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:56.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:56.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:56.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:56.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:56:56.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:56.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:56.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:56.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:56.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:56.677 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:56:56.678 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:56:56.678 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:56:56.678 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:56:56.678 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:56:56.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:56.678 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:56:56.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:56.678 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:56:56.678 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:56:56.678 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:56:56.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:56.679 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:56:56.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:56.679 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:56:56.679 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:56:56.679 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:56:56.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:56.679 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:56:56.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:56.679 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:56:56.679 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:56:56.679 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:56:56.679 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:56:56.691 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:56:56.691 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:56:56.691 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:56:56.691 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:56:56.692 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:56:56.697 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:56:56.697 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:56:56.697 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:56:56.850 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:56:56.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:56.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:56:56.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:56:56.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:56:56.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:56:56.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:56.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:56.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:56:56.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:56.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e9414b7 is found... 10:56:56.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e9414b7 is found finished successfully 10:56:56.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:56:56.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:56.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:56.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:56.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:56.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:56.864 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:56.864 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:56:56.864 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:56:56.881 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:56.881 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:56:56.881 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:56:56.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:56:56.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:56.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:56.881 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:56:56.882 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:56:56.882 DEBUG [main][MenuItemLookup] Found menu:'File' 10:56:56.882 DEBUG [main][MenuItemLookup] Item match:File 10:56:56.882 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:56:56.883 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:56:56.883 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:56:56.883 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:56:56.883 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:56.883 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:56:56.883 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:56:56.883 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:56.883 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:56:56.883 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:56:56.886 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:56:56.886 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:56:56.887 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:56:56.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:56:56.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:56:56.936 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:56.936 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:56:56.936 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:56:56.936 DEBUG [main][EditorHandler] 2 editor(s) found 10:56:56.936 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 10:56:56.957 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 10:56:56.957 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:56:57.051 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:56:57.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:56:57.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:56:57.051 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:56:57.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:56:57.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:56:57.051 INFO [WorkbenchTestable][RequirementsRunner] Finished test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:56:57.051 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:56:57.052 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:56:57.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:56:57.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:56:57.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:56:57.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:56:57.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:57.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:57.052 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:56:57.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:57.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:57.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:56:57.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:57.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:57.053 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:56:57.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:56:57.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:57.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:57.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:57.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:57.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:57.054 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:57.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:57.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:57.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:56:57.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:56:57.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:56:57.056 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:57.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:57.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:57.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:57.056 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:57.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:57.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:57.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:57.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:57.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:57.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:57.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:57.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:58.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:58.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:58.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:56:58.058 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:58.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:58.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:58.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:58.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:56:58.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:58.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:58.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:58.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:58.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:58.059 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:56:58.059 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:56:58.059 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:56:58.060 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:56:58.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:56:58.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:58.060 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:56:58.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:58.060 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:56:58.060 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:56:58.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:56:58.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:58.060 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:56:58.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:58.060 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:56:58.060 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:56:58.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:56:58.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:58.060 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:56:58.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:58.060 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:56:58.061 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:56:58.061 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:56:58.061 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:56:58.068 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:56:58.068 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:56:58.068 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:56:58.068 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:56:58.069 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:56:58.073 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:56:58.073 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:56:58.073 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:56:58.184 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:56:58.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:58.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:56:58.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:56:58.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:56:58.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:56:58.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:58.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:58.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:56:58.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:58.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@25031b19 is found... 10:56:58.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@25031b19 is found finished successfully 10:56:58.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:56:58.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:58.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:58.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:58.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:58.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:58.200 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:58.200 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:56:58.200 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5 10:56:58.200 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5, offser 0 10:56:58.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:58.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:58.204 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:56:58.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:58.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:58.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:56:58.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:58.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:58.205 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:56:58.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:56:58.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:58.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:58.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:58.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:58.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:58.206 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:58.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:58.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:58.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:58.237 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:58.237 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:58.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:58.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:58.238 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:58.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:58.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:58.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:58.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:58.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:58.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:58.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:58.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:59.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:59.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:59.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:56:59.240 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:59.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:59.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:59.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:59.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:56:59.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:59.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:59.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:59.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:59.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:56:59.241 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:56:59.241 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:56:59.241 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:56:59.241 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:56:59.241 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:56:59.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:59.241 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:56:59.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:59.241 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:56:59.241 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:56:59.241 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:56:59.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:59.241 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:56:59.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:59.242 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:56:59.242 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:56:59.242 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:56:59.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:56:59.242 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:56:59.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:56:59.242 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:56:59.242 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:56:59.242 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:56:59.242 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:56:59.248 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:56:59.248 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:56:59.248 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:56:59.248 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:56:59.249 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:56:59.253 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:56:59.253 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:56:59.253 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:56:59.284 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:56:59.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:56:59.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:56:59.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:56:59.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:56:59.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:56:59.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:56:59.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:56:59.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:56:59.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@13388e76 is found... 10:56:59.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@13388e76 is found finished successfully 10:56:59.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:56:59.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:59.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:59.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:59.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:59.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:59.288 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:59.288 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:56:59.288 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:56:59.305 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:59.305 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:56:59.305 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:56:59.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:56:59.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:59.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:59.306 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:56:59.306 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:56:59.306 DEBUG [main][MenuItemLookup] Found menu:'File' 10:56:59.306 DEBUG [main][MenuItemLookup] Item match:File 10:56:59.307 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:56:59.307 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:56:59.307 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:56:59.307 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:56:59.307 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:59.307 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:56:59.307 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:56:59.307 DEBUG [main][MenuItemLookup] Found menu:'' 10:56:59.307 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:56:59.307 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:56:59.307 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:56:59.307 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:56:59.307 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:56:59.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:56:59.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:56:59.337 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:59.338 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:56:59.338 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:56:59.338 DEBUG [main][EditorHandler] 1 editor(s) found 10:56:59.338 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:56:59.395 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:56:59.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:56:59.396 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:56:59.396 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:56:59.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:56:59.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:56:59.396 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:56:59.396 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:56:59.396 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:56:59.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:56:59.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:56:59.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:56:59.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:56:59.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:59.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:59.425 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:56:59.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:59.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:59.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:56:59.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:56:59.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:56:59.426 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:56:59.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:56:59.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:59.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:59.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:56:59.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:56:59.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:56:59.428 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:59.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:59.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:59.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:56:59.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:56:59.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:56:59.430 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:59.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:59.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:59.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:59.431 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:56:59.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:56:59.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:56:59.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:56:59.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:56:59.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:59.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:56:59.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:56:59.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:00.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:00.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:00.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:00.433 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:00.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:00.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:00.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:00.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 10:57:00.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:00.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:00.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:00.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:00.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:00.434 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:00.434 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:00.434 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:00.434 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:00.434 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:00.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:00.435 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:00.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:00.435 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:00.435 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:00.435 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:00.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:00.435 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:00.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:00.435 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:00.435 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:00.435 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:00.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:00.435 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:00.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:00.435 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:00.435 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:00.435 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:00.435 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:00.444 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:00.444 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:00.444 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:00.444 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:00.444 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:00.449 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:00.449 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:00.449 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:00.562 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:00.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:00.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:00.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:00.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:00.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:57:00.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:00.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:00.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:00.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:00.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@9e677a4 is found... 10:57:00.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@9e677a4 is found finished successfully 10:57:00.568 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:00.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:00.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:00.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:00.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:00.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:00.570 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:00.570 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:00.570 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 10:57:00.570 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 10:57:00.772 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 10:57:00.975 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 10:57:00.975 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 10:57:01.175 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 10:57:01.378 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 10:57:01.378 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 10:57:01.579 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 10:57:01.781 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 10:57:01.781 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 10:57:01.982 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 10:57:02.184 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:57:02.184 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 10:57:02.385 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 10:57:03.386 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() { 10:57:03.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:03.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:03.399 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:03.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:03.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:03.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:03.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:03.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:03.400 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:03.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:03.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:03.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:03.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:03.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:03.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:03.401 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:03.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:03.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:03.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:03.431 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:03.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:03.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:03.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:03.432 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:03.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:03.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:03.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:03.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:03.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:03.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:03.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:03.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:04.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:04.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:04.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:04.433 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:04.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:04.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:04.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:04.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 10:57:04.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:04.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:04.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:04.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:04.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:04.434 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:04.435 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:04.435 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:04.435 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:04.435 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:04.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:04.435 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:04.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:04.435 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:04.435 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:04.435 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:04.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:04.435 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:04.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:04.435 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:04.435 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:04.435 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:04.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:04.435 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:04.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:04.436 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:04.436 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:04.436 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:04.436 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:04.441 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:04.442 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:04.442 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:04.442 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:04.442 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:04.446 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:04.446 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:04.446 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:04.477 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:04.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:04.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:04.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:04.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:04.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:04.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:04.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:04.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:04.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3063e1d6 is found... 10:57:04.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3063e1d6 is found finished successfully 10:57:04.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:04.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:04.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:04.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:04.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:04.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:04.480 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:04.480 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:04.480 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:57:04.501 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:04.502 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:04.502 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:57:04.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:04.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:04.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:04.502 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:04.502 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:04.502 DEBUG [main][MenuItemLookup] Found menu:'File' 10:57:04.502 DEBUG [main][MenuItemLookup] Item match:File 10:57:04.503 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:57:04.503 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:57:04.503 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:57:04.503 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:57:04.503 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:04.503 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:57:04.503 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:57:04.503 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:04.503 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:57:04.503 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:57:04.503 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:57:04.503 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:57:04.503 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:57:04.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:57:04.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:57:04.558 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:04.558 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:04.558 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:57:04.558 DEBUG [main][EditorHandler] 1 editor(s) found 10:57:04.558 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:57:04.640 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:57:04.640 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:04.640 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:57:04.640 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:57:04.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:57:04.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:57:04.641 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:04.641 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:57:04.641 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:04.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:04.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:57:04.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:57:04.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:57:04.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:04.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:04.642 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:04.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:04.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:04.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:57:04.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:04.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:04.643 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:57:04.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:04.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:04.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:04.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:04.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:04.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:04.644 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:04.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:04.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:04.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:57:04.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:57:04.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:57:04.646 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:04.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:04.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:04.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:04.647 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:04.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:04.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:04.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:04.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:04.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:04.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:05.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:05.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:05.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:05.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:05.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:05.649 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:05.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:05.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:05.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:05.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 10:57:05.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:05.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:05.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:05.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:05.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:05.650 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:05.650 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:05.650 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:05.651 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:05.651 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:05.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:05.651 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:05.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:05.651 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:05.651 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:05.651 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:05.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:05.651 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:05.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:05.651 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:05.651 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:05.651 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:05.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:05.651 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:05.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:05.651 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:05.651 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:05.651 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:05.651 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:05.658 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:05.658 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:05.658 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:05.658 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:05.658 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:05.663 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:05.663 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:05.663 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:05.780 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:05.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:05.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:05.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:05.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:05.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:57:05.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:05.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:05.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:05.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:05.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@32cf71ec is found... 10:57:05.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@32cf71ec is found finished successfully 10:57:05.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:05.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:05.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:05.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:05.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:05.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:05.796 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:05.796 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:05.796 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 10:57:05.796 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 10:57:05.996 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 10:57:06.200 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 10:57:06.200 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 10:57:06.401 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 10:57:06.603 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 10:57:06.604 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 10:57:06.804 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 10:57:07.006 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 10:57:07.006 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 10:57:07.207 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 10:57:07.410 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:57:07.410 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 10:57:07.610 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 10:57:08.611 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(""); } } 10:57:08.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:08.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:08.613 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:08.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:08.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:08.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:08.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:08.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:08.614 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:08.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') 10:57:08.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:08.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:08.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:08.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:08.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:08.614 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:08.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:08.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:08.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:08.625 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:08.625 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:08.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:08.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:08.625 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:08.625 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:08.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:08.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:08.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:08.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:08.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:09.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:09.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:09.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:09.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:09.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:09.646 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:09.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:09.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:09.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:09.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:57:09.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:09.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:09.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:09.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:09.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:09.647 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:09.647 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:09.647 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:09.647 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:09.647 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:09.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:09.648 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:09.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:09.648 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:09.648 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:09.648 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:09.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:09.648 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:09.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:09.648 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:09.648 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:09.648 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:09.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:09.648 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:09.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:09.648 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:09.648 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:09.648 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:09.648 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:09.653 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:09.654 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:09.654 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:09.654 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:09.654 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:09.660 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:09.660 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:09.661 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:09.693 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:09.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:09.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:09.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:09.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:09.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:09.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:09.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:09.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:09.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6342cca6 is found... 10:57:09.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6342cca6 is found finished successfully 10:57:09.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:09.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:09.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:09.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:09.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:09.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:09.696 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:09.696 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { } TooltipText=null 10:57:09.696 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:57:09.715 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:09.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; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:09.715 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:57:09.715 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:09.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:09.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:09.716 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:09.716 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:09.716 DEBUG [main][MenuItemLookup] Found menu:'File' 10:57:09.716 DEBUG [main][MenuItemLookup] Item match:File 10:57:09.716 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:57:09.716 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:57:09.716 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:57:09.717 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:57:09.717 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:09.717 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:57:09.717 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:57:09.717 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:09.717 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:57:09.717 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:57:09.717 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:57:09.717 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:57:09.717 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:57:09.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:57:09.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:57:09.746 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:09.746 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:09.746 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:57:09.746 DEBUG [main][EditorHandler] 1 editor(s) found 10:57:09.746 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:57:09.845 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:57:09.845 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:09.845 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:57:09.845 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:57:09.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:57:09.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:57:09.845 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:09.846 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:57:09.846 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:09.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:09.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:57:09.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:57:09.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:57:09.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:09.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:09.846 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:09.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:09.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:09.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:57:09.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:09.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:09.847 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:57:09.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:09.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:09.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:09.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:09.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:09.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:09.848 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:09.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:09.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:09.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:57:09.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:57:09.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:57:09.850 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:09.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:09.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:09.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:09.850 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:09.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:09.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:09.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:09.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:09.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:09.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:10.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:10.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:10.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:10.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:10.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:10.852 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:10.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:10.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:10.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:10.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 10:57:10.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:10.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:10.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:10.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:10.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:10.853 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:10.853 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:10.853 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:10.853 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:10.854 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:10.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:10.854 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:10.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:10.854 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:10.854 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:10.854 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:10.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:10.854 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:10.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:10.854 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:10.854 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:10.854 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:10.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:10.854 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:10.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:10.854 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:10.854 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:10.854 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:10.854 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:10.860 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:10.861 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:10.861 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:10.861 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:10.861 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:10.865 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:10.865 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:10.865 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:10.971 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:10.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:10.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:10.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:10.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:10.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:57:10.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:10.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:10.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:10.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:10.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@631463a3 is found... 10:57:10.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@631463a3 is found finished successfully 10:57:10.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:10.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:10.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:10.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:10.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:10.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:10.979 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:10.979 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:10.979 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:57:11.005 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:11.006 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:11.006 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:57:11.006 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:11.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:11.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:11.006 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:11.006 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:11.006 DEBUG [main][MenuItemLookup] Found menu:'File' 10:57:11.006 DEBUG [main][MenuItemLookup] Item match:File 10:57:11.007 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:57:11.007 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:57:11.007 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:57:11.007 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:57:11.007 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:11.007 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:57:11.007 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:57:11.007 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:11.007 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:57:11.007 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:57:11.007 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:57:11.007 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:57:11.007 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:57:11.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:57:11.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:57:11.035 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:11.035 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:11.035 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 10:57:12.035 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:57:12.042 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 10:57:13.042 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:13.043 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemY.out.println(""); } } TooltipText=null 10:57:13.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:13.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:13.045 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:13.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:13.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:13.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:13.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:13.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:13.046 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:13.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:13.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:13.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:13.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:13.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:13.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:13.047 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:13.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:13.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:13.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:13.058 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:13.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:13.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:13.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:13.058 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:13.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:13.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:13.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:13.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:13.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:13.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:13.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:13.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:14.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:14.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:14.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:14.060 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:14.060 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:14.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:14.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:14.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:57:14.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:14.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:14.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:14.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:14.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:14.061 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:14.061 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:14.061 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:14.062 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:14.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:14.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:14.062 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:14.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:14.062 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:14.062 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:14.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:14.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:14.062 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:14.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:14.062 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:14.062 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:14.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:14.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:14.062 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:14.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:14.062 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:14.062 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:14.062 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:14.062 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:14.068 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:14.068 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:14.068 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:14.068 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:14.068 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:14.073 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:14.073 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:14.073 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:14.103 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:14.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:14.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:14.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:14.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:14.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:14.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:14.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:14.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:14.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1d947a33 is found... 10:57:14.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1d947a33 is found finished successfully 10:57:14.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:14.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:14.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:14.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:14.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:14.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:14.106 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:14.106 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 10:57:14.106 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:57:14.112 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:14.112 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:14.112 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:57:14.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:14.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:14.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:14.113 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:14.113 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:14.113 DEBUG [main][MenuItemLookup] Found menu:'File' 10:57:14.113 DEBUG [main][MenuItemLookup] Item match:File 10:57:14.113 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:57:14.114 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:57:14.114 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:57:14.114 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:57:14.114 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:14.114 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:57:14.114 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:57:14.114 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:14.114 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:57:14.114 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:57:14.126 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:57:14.126 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:57:14.126 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:57:14.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:57:14.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:57:14.146 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:14.146 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:14.146 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:57:14.146 DEBUG [main][EditorHandler] 1 editor(s) found 10:57:14.146 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:57:14.232 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:57:14.232 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:14.232 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:57:14.232 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:57:14.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:57:14.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:57:14.233 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:14.233 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:57:14.233 INFO [WorkbenchTestable][RequirementsRunner] Started test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:14.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:14.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:57:14.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:57:14.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:57:14.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:14.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:14.234 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:14.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:14.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:14.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:57:14.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:14.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:14.247 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:57:14.247 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:14.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:14.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:14.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:14.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:14.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:14.248 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:14.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:14.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:14.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:57:14.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:57:14.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:57:14.250 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:14.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:14.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:14.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:14.251 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:14.251 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:14.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:14.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:14.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:14.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:14.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:14.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:14.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:15.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:15.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:15.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:15.263 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:15.263 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:15.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:15.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:15.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 10:57:15.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:15.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:15.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:15.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:15.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:15.264 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:15.264 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:15.265 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:15.265 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:15.265 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:15.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:15.265 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:15.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:15.265 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:15.265 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:15.265 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:15.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:15.265 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:15.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:15.265 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:15.266 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:15.266 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:15.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:15.266 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:15.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:15.266 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:15.266 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:15.266 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:15.266 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:15.274 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:15.274 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:15.274 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:15.274 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:15.275 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:15.279 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:15.279 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:15.279 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:15.391 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:15.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:15.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:15.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:15.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:15.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:57:15.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:15.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:15.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:15.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:15.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72464824 is found... 10:57:15.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72464824 is found finished successfully 10:57:15.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:15.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:15.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:15.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:15.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:15.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:15.405 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:15.406 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:15.406 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:15.406 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:15.406 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 10:57:15.428 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:15.428 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:15.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:15.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:15.430 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:15.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:15.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:15.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:15.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:15.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:15.445 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:15.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:15.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:15.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:15.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:15.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:15.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:15.446 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:15.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:15.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:15.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:15.471 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:15.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:15.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:15.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:15.472 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:15.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:15.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:15.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:15.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:15.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:15.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:15.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:15.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:16.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:16.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:16.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:16.473 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:16.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:16.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:16.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:16.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:57:16.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:16.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:16.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:16.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:16.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:16.475 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:16.475 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:16.475 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:16.475 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:16.475 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:16.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:16.475 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:16.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:16.475 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:16.475 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:16.475 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:16.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:16.475 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:16.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:16.476 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:16.476 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:16.476 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:16.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:16.476 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:16.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:16.476 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:16.476 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:16.476 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:16.476 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:16.482 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:16.482 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:16.482 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:16.482 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:16.482 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:16.486 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:16.486 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:16.487 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:16.516 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:16.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:16.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:16.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:16.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:16.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:16.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:16.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:16.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:16.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4148c505 is found... 10:57:16.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4148c505 is found finished successfully 10:57:16.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:16.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:16.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:16.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:16.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:16.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:16.520 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:16.520 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:16.520 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:57:16.526 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:16.526 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:16.526 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:57:16.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:16.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:16.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:16.527 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:16.527 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:16.527 DEBUG [main][MenuItemLookup] Found menu:'File' 10:57:16.527 DEBUG [main][MenuItemLookup] Item match:File 10:57:16.528 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:57:16.528 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:57:16.528 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:57:16.528 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:57:16.528 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:16.528 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:57:16.528 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:57:16.528 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:16.528 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:57:16.528 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:57:16.528 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:57:16.528 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:57:16.528 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:57:16.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:57:16.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:57:16.555 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:16.555 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:16.555 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:57:16.556 DEBUG [main][EditorHandler] 1 editor(s) found 10:57:16.556 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:57:16.612 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:57:16.612 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:16.612 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:57:16.612 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:57:16.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:57:16.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:57:16.613 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:16.613 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:57:16.613 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:16.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:16.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:57:16.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:57:16.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:57:16.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:16.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:16.623 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:16.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:16.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:16.624 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:57:16.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:16.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:16.637 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:57:16.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:16.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:16.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:16.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:16.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:16.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:16.638 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:16.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:16.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:16.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:57:16.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:57:16.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:57:16.652 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:16.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:16.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:16.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:16.652 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:16.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:16.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:16.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:16.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:16.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:16.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:17.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:17.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:17.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:17.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:17.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:17.654 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:17.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:17.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:17.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:17.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:57:17.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:17.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:17.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:17.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:17.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:17.655 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:17.655 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:17.656 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:17.656 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:17.656 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:17.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:17.656 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:17.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:17.656 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:17.656 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:17.656 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:17.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:17.656 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:17.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:17.656 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:17.657 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:17.657 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:17.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:17.657 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:17.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:17.657 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:17.657 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:17.657 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:17.657 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:17.663 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:17.664 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:17.664 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:17.664 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:17.664 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:17.668 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:17.668 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:17.668 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:17.772 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:17.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:17.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:17.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:17.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:17.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:57:17.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:17.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:17.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:17.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:17.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2ebf3065 is found... 10:57:17.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2ebf3065 is found finished successfully 10:57:17.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') 10:57:17.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:17.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:17.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:17.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:17.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:17.780 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:17.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 10:57:17.780 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19 10:57:17.780 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19, offser 0 10:57:17.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:17.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:17.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:17.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:17.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:17.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:17.796 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:17.796 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=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 10:57:17.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:17.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:17.797 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:17.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:17.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:17.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:17.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:17.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:17.798 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:17.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:17.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:17.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:17.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:17.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:17.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:17.798 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:17.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:17.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:17.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:17.831 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:17.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:17.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:17.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:17.832 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:17.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:17.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:17.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:17.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:17.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:17.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:18.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:18.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:18.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:18.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:18.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:18.833 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:18.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:18.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:18.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:18.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.ctab.DefaultCTabItem, index 0 and no matchers specified 10:57:18.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:18.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:18.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:18.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:18.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:18.834 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:18.834 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:18.835 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:18.835 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:18.835 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:18.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:18.835 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:18.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:18.835 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:18.835 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:18.835 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:18.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:18.835 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:18.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:18.835 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:18.835 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:18.835 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:18.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:18.835 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:18.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:18.835 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:18.835 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:18.835 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:18.836 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:18.841 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:18.841 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:18.841 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:18.841 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:18.841 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:18.845 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:18.845 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:18.845 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:18.875 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:18.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:18.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:18.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:18.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:18.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:18.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:18.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:18.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:18.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4246ebd6 is found... 10:57:18.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4246ebd6 is found finished successfully 10:57:18.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:18.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:18.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:18.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:18.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:18.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:18.878 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:18.878 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=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 10:57:18.878 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:57:18.892 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:18.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 10:57:18.892 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:57:18.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:18.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:18.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:18.892 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:18.893 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:18.893 DEBUG [main][MenuItemLookup] Found menu:'File' 10:57:18.893 DEBUG [main][MenuItemLookup] Item match:File 10:57:18.893 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:57:18.893 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:57:18.893 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:57:18.893 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:57:18.893 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:18.893 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:57:18.893 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:57:18.893 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:18.893 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:57:18.893 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:57:18.894 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:57:18.894 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:57:18.894 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:57:18.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:57:18.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:57:18.925 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:18.925 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:18.925 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:57:18.925 DEBUG [main][EditorHandler] 1 editor(s) found 10:57:18.926 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:57:18.981 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:57:18.981 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:18.981 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:57:18.981 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:57:18.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:57:18.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:57:18.982 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:18.982 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:57:18.982 INFO [WorkbenchTestable][RequirementsRunner] Started test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:18.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:18.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:57:18.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:57:18.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:57:18.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:18.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:18.983 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:18.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:18.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:18.983 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:57:18.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:18.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:18.984 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:57:18.984 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:18.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:18.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:18.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:18.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:18.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:18.984 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:18.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:18.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:18.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:57:18.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:57:18.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:57:18.986 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:18.986 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:18.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:18.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:18.987 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:18.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:18.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:18.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:18.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:18.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:18.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:19.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:19.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:19.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:19.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:19.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:19.988 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:19.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:19.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:19.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:19.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:57:19.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:19.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:19.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:19.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:19.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:19.989 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:19.989 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:19.990 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:19.990 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:19.990 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:19.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:19.990 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:19.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:19.990 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:19.990 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:19.990 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:19.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:19.990 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:19.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:19.990 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:19.990 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:19.990 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:19.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:19.991 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:19.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:19.991 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:19.991 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:19.991 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:19.991 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:19.999 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:19.999 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:19.999 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:19.999 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:19.999 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:20.004 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:20.004 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:20.004 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:20.130 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:20.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:20.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:20.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:20.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:20.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:57:20.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:20.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:20.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:20.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:20.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7119d6fe is found... 10:57:20.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7119d6fe is found finished successfully 10:57:20.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:20.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:20.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:20.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:20.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:20.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:20.138 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:20.138 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:20.138 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 0] 10:57:20.146 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0 10:57:20.146 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0, offser 0 10:57:20.161 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:20.161 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:20.161 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:57:20.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:20.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:20.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:20.162 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:20.162 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:20.162 DEBUG [main][MenuItemLookup] Found menu:'File' 10:57:20.162 DEBUG [main][MenuItemLookup] Item match:File 10:57:20.163 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:57:20.163 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:57:20.163 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:57:20.163 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:57:20.163 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:20.163 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:57:20.163 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:57:20.163 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:20.163 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:57:20.163 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:57:20.164 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:57:20.164 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:57:20.164 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:57:20.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:57:20.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:57:20.231 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:20.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 10:57:20.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:57:20.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:57:20.231 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:20.231 DEBUG [main][MenuItemLookup] Found menu:'File' 10:57:20.231 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:57:20.231 DEBUG [main][MenuItemLookup] Item match:Edit 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:20.233 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 10:57:20.233 DEBUG [main][MenuItemLookup] Item match:Content Assist 10:57:20.234 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:20.234 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:20.234 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 10:57:20.234 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 10:57:21.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:57:21.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:57:21.234 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:21.234 DEBUG [main][MenuItemLookup] Found menu:'File' 10:57:21.234 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:57:21.234 DEBUG [main][MenuItemLookup] Item match:Edit 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:21.235 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 10:57:21.235 DEBUG [main][MenuItemLookup] Item match:Content Assist 10:57:21.236 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 10:57:21.236 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 10:57:21.236 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 10:57:21.236 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 10:57:21.237 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 10:57:21.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 10:57:21.353 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 10:57:21.353 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:57:21.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:57:21.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:57:21.371 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 10:57:21.371 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:57:21.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:21.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:21.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:21.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:21.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:57:21.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:57:21.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:57:21.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 10:57:21.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 10:57:21.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:21.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:21.385 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 10:57:21.385 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 10:57:21.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:57:21.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:57:21.386 DEBUG [WorkbenchTestable][ContentAssistant] abstract 10:57:21.386 DEBUG [WorkbenchTestable][ContentAssistant] class 10:57:21.386 DEBUG [WorkbenchTestable][ContentAssistant] enum 10:57:21.386 DEBUG [WorkbenchTestable][ContentAssistant] final 10:57:21.386 DEBUG [WorkbenchTestable][ContentAssistant] import 10:57:21.386 DEBUG [WorkbenchTestable][ContentAssistant] interface 10:57:21.386 DEBUG [WorkbenchTestable][ContentAssistant] non-sealed 10:57:21.386 DEBUG [WorkbenchTestable][ContentAssistant] public 10:57:21.386 DEBUG [WorkbenchTestable][ContentAssistant] record 10:57:21.387 DEBUG [WorkbenchTestable][ContentAssistant] sealed 10:57:21.388 DEBUG [WorkbenchTestable][ContentAssistant] new - create new object 10:57:21.388 DEBUG [WorkbenchTestable][ContentAssistant] nls - non-externalized string marker 10:57:21.389 DEBUG [WorkbenchTestable][ContentAssistant] runnable - runnable 10:57:21.389 DEBUG [WorkbenchTestable][ContentAssistant] switch - switch case expression 10:57:21.390 DEBUG [WorkbenchTestable][ContentAssistant] switch - switch labeled expression 10:57:21.390 DEBUG [WorkbenchTestable][ContentAssistant] toarray - convert collection to array 10:57:21.390 DEBUG [WorkbenchTestable][ContentAssistant] Choose content assist proposal - enum 10:57:21.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:57:21.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:57:21.423 TRACE [main][WidgetHandler] Notify Table with event 13 10:57:21.423 TRACE [main][WidgetHandler] Wait for synchronization 10:57:21.424 TRACE [main][WidgetHandler] Notify Table with event 14 10:57:21.424 TRACE [main][WidgetHandler] Wait for synchronization 10:57:21.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:57:21.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:57:21.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:21.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:21.455 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:21.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:21.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:21.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:21.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:21.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:21.457 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:21.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:21.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:21.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:21.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:21.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:21.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:21.457 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:21.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:21.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:21.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:21.488 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:21.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:21.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:21.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:21.489 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:21.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:21.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:21.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:21.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:21.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:21.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:21.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:21.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:22.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:22.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:22.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:22.490 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:22.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:22.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:22.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:22.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:57:22.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:22.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:22.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:22.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:22.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:22.492 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:22.492 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:22.492 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:22.492 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:22.492 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:22.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:22.492 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:22.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:22.492 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:22.493 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:22.493 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:22.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:22.493 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:22.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:22.493 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:22.493 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:22.493 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:22.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:22.493 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:22.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:22.493 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:22.493 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:22.493 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:22.493 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:22.501 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:22.501 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:22.501 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:22.501 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:22.502 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:22.506 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:22.506 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:22.507 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:22.539 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:22.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:22.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:22.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:22.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:22.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:22.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:22.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:22.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:22.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@41d86d8f is found... 10:57:22.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@41d86d8f is found finished successfully 10:57:22.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:22.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:22.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:22.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:22.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:22.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:22.543 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:22.543 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 10:57:22.543 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:57:22.549 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:22.553 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:22.554 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:57:22.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:22.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:22.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:22.554 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:22.554 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:22.554 DEBUG [main][MenuItemLookup] Found menu:'File' 10:57:22.554 DEBUG [main][MenuItemLookup] Item match:File 10:57:22.555 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:57:22.555 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:57:22.555 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:57:22.555 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:57:22.555 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:22.555 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:57:22.555 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:57:22.555 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:22.555 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:57:22.555 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:57:22.555 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:57:22.555 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:57:22.556 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:57:22.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:57:22.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:57:22.589 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:22.589 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:22.589 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:57:22.589 DEBUG [main][EditorHandler] 1 editor(s) found 10:57:22.589 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:57:22.684 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:57:22.684 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:22.684 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:57:22.684 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:57:22.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:57:22.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:57:22.684 INFO [WorkbenchTestable][RequirementsRunner] Finished test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:22.684 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:57:22.684 INFO [WorkbenchTestable][RequirementsRunner] Started test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:22.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:22.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:57:22.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:57:22.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:57:22.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:22.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:22.686 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:22.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:22.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:22.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:57:22.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:22.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:22.687 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:57:22.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:22.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:22.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:22.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:22.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:22.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:22.688 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:22.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:22.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:22.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:57:22.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:57:22.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:57:22.709 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:22.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:22.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:22.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:22.710 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:22.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:22.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:22.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:22.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:22.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:22.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:23.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:23.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:23.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:23.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:23.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:23.712 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:23.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:23.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:23.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:23.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 10:57:23.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:23.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:23.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:23.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:23.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:23.713 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:23.713 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:23.713 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:23.714 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:23.714 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:23.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:23.714 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:23.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:23.714 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:23.714 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:23.714 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:23.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:23.714 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:23.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:23.714 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:23.714 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass1+.java of tree item test 10:57:23.714 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:23.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:23.714 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:23.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:23.714 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:23.714 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass1+.java 10:57:23.714 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass1+.java 10:57:23.715 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass1+.java about selection 10:57:23.724 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass1+.java 10:57:23.725 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass1+.java 10:57:23.725 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass1+.java 10:57:23.725 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass1+.java 10:57:23.725 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass1+.java about selection 10:57:23.731 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass1+.java 10:57:23.731 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:23.732 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:23.857 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:23.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:23.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:23.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:23.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:23.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:57:23.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:23.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:23.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:23.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:23.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@514fb82f is found... 10:57:23.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@514fb82f is found finished successfully 10:57:23.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass1+.java\E') 10:57:23.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:23.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:23.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:23.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:23.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:23.865 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:23.866 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass1 { public JavaClass1() { System.out.println(""); } } TooltipText=null 10:57:23.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:23.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:23.866 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:23.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:23.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:23.867 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass1+.java - Eclipse Platform 10:57:23.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:23.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:23.867 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass1+.java - Eclipse Platform' 10:57:23.867 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:23.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:23.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:23.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:23.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:23.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:23.887 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:23.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:23.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:23.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:23.898 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:23.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:23.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:23.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:23.899 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:23.899 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:23.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:23.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:23.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:23.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:23.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:24.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:24.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:24.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:24.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:24.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:24.900 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:24.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:24.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:24.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:24.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:57:24.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:24.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:24.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:24.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:24.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:24.902 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:24.902 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:24.902 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:24.902 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:24.902 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:24.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:24.902 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:24.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:24.902 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:24.902 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:24.902 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:24.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:24.902 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:24.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:24.903 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:24.903 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:24.903 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:24.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:24.903 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:24.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:24.903 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:24.903 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:24.903 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:24.903 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:24.910 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:24.911 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:24.911 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:24.911 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:24.911 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:24.916 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:24.916 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:24.916 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:25.007 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:25.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:25.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:25.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:25.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:25.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:57:25.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:25.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:25.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:25.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:25.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@335e2ea9 is found... 10:57:25.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@335e2ea9 is found finished successfully 10:57:25.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:25.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:25.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:25.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:25.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:25.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:25.033 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:25.034 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:25.034 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:57:25.046 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:25.046 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:25.046 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:57:25.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:25.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:25.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:25.047 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:25.047 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:25.047 DEBUG [main][MenuItemLookup] Found menu:'File' 10:57:25.047 DEBUG [main][MenuItemLookup] Item match:File 10:57:25.048 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:57:25.048 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:57:25.048 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:57:25.048 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:57:25.048 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:25.048 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:57:25.048 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:57:25.048 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:25.048 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:57:25.048 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:57:25.070 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:57:25.070 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:57:25.070 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:57:25.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:57:25.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:57:25.078 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:25.078 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:25.078 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:57:25.079 DEBUG [main][EditorHandler] 2 editor(s) found 10:57:25.079 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass1+.java 10:57:25.147 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass1+.java is closed 10:57:25.147 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:57:25.229 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:57:25.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:25.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:57:25.229 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:57:25.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:57:25.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:57:25.230 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:25.230 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:57:25.230 INFO [WorkbenchTestable][RequirementsRunner] Started test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:25.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:25.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:57:25.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:57:25.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:57:25.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:25.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:25.231 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:25.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:25.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:25.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:57:25.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:25.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:25.232 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:57:25.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:25.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:25.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:25.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:25.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:25.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:25.247 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:25.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:25.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:25.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:57:25.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:57:25.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:57:25.260 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:25.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:25.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:25.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:25.261 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:25.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:25.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:25.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:25.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:25.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:25.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:25.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:25.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:26.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:26.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:26.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:26.263 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:26.263 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:26.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:26.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:26.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 10:57:26.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:26.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:26.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:26.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:26.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:26.264 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:26.264 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:26.264 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:26.265 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:26.265 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:26.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:26.265 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:26.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:26.265 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:26.265 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:26.265 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:26.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:26.265 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:26.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:26.265 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:26.265 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:26.265 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:26.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:26.265 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:26.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:26.265 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:26.265 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:26.265 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:26.266 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:26.272 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:26.273 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:26.273 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:26.273 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:26.273 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:26.278 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:26.278 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:26.278 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:26.395 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:26.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:26.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:26.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:26.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:26.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:57:26.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:26.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:26.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:26.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:26.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5d5b73bc is found... 10:57:26.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5d5b73bc is found finished successfully 10:57:26.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:26.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:26.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:26.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:26.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:26.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:26.410 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:26.410 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:26.411 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 10:57:26.411 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 10:57:26.611 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 10:57:26.813 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 10:57:26.813 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 10:57:27.014 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 10:57:27.216 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 10:57:27.216 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 10:57:27.417 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 10:57:27.619 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 10:57:27.619 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 10:57:27.820 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 10:57:28.022 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:57:28.022 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 10:57:28.223 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 10:57:29.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:29.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:29.225 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:29.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:29.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:29.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:29.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:29.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:29.226 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:29.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') 10:57:29.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:29.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:29.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:29.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:29.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:29.227 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:29.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:29.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:29.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:29.259 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:29.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:29.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:29.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:29.260 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:29.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:29.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:29.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:29.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:29.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:29.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:29.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:29.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:30.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:30.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:30.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:30.261 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:30.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:30.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:30.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:30.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:57:30.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:30.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:30.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:30.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:30.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:30.263 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:30.263 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:30.263 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:30.263 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:30.263 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:30.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:30.263 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:30.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:30.263 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:30.264 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:30.264 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:30.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:30.264 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:30.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:30.264 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:30.264 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:30.264 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:30.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:30.264 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:30.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:30.264 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:30.264 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:30.264 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:30.264 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:30.271 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:30.271 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:30.271 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:30.271 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:30.271 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:30.277 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:30.277 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:30.277 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:30.312 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:30.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:30.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:30.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:30.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:30.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:30.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:30.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:30.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:30.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5fedd98d is found... 10:57:30.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5fedd98d is found finished successfully 10:57:30.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:30.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:30.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:30.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:30.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:30.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:30.315 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:30.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() { } TooltipText=null 10:57:30.315 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:57:30.335 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:30.335 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:30.335 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:57:30.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:30.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:30.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:30.336 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:30.336 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:30.336 DEBUG [main][MenuItemLookup] Found menu:'File' 10:57:30.336 DEBUG [main][MenuItemLookup] Item match:File 10:57:30.337 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:57:30.337 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:57:30.337 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:57:30.337 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:57:30.337 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:30.337 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:57:30.337 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:57:30.337 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:30.337 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:57:30.337 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:57:30.349 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:57:30.349 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:57:30.349 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:57:30.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:57:30.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:57:30.369 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:30.369 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:30.369 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:57:30.369 DEBUG [main][EditorHandler] 1 editor(s) found 10:57:30.370 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:57:30.448 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:57:30.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:30.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:57:30.448 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:57:30.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:57:30.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:57:30.449 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:30.449 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:57:30.449 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:30.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:30.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:57:30.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:57:30.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:57:30.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:30.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:30.450 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:30.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:30.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:30.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:57:30.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:30.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:30.451 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:57:30.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:30.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:30.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:30.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:30.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:30.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:30.451 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:30.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:30.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:30.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:57:30.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:57:30.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:57:30.453 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:30.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:30.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:30.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:30.454 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:30.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:30.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:30.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:30.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:30.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:30.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:30.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:30.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:31.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:31.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:31.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:31.455 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:31.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:31.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:31.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:31.456 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:57:31.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:31.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:31.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:31.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:31.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:31.457 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:31.457 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:31.457 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:31.457 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:31.457 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:31.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:31.458 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:31.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:31.458 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:31.458 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:31.458 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:31.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:31.458 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:31.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:31.458 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:31.458 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:31.458 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:31.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:31.458 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:31.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:31.458 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:31.458 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:31.458 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:31.458 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:31.466 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:31.466 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:31.466 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:31.466 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:31.467 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:31.472 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:31.472 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:31.472 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:31.596 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:31.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:31.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:31.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:31.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:31.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:57:31.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:31.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:31.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:31.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:31.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@734f9c9f is found... 10:57:31.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@734f9c9f is found finished successfully 10:57:31.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:31.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:31.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:31.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:31.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:31.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:31.610 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:31.610 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:31.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:31.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:31.611 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:31.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:31.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:31.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:31.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:31.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:31.612 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:31.612 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:31.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:31.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:31.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:31.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:31.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:31.613 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:31.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:31.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:31.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:31.644 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:31.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:31.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:31.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:31.645 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:31.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:31.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:31.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:31.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:31.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:31.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:32.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:32.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:32.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:32.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:32.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:32.647 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:32.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:32.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:32.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:32.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:57:32.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:32.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:32.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:32.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:32.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:32.648 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:32.648 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:32.648 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:32.649 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:32.649 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:32.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:32.649 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:32.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:32.649 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:32.649 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:32.649 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:32.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:32.649 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:32.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:32.649 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:32.649 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:32.649 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:32.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:32.649 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:32.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:32.649 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:32.649 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:32.649 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:32.649 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:32.656 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:32.657 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:32.657 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:32.657 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:32.657 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:32.661 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:32.661 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:32.662 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:32.691 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:32.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:32.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:32.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:32.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:32.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:32.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:32.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:32.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:32.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3126df39 is found... 10:57:32.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3126df39 is found finished successfully 10:57:32.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:32.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:32.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:32.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:32.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:32.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:32.694 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:32.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() { System.out.println(""); } } TooltipText=null 10:57:32.694 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:57:32.709 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:32.709 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:32.709 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:57:32.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:32.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:32.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:32.710 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:32.710 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:32.710 DEBUG [main][MenuItemLookup] Found menu:'File' 10:57:32.710 DEBUG [main][MenuItemLookup] Item match:File 10:57:32.711 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:57:32.711 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:57:32.711 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:57:32.711 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:57:32.711 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:32.711 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:57:32.711 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:57:32.711 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:32.711 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:57:32.711 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:57:32.711 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:57:32.711 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:57:32.711 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:57:32.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:57:32.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:57:32.739 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:32.739 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:32.739 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:57:32.739 DEBUG [main][EditorHandler] 1 editor(s) found 10:57:32.739 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:57:32.838 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:57:32.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:32.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:57:32.838 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:57:32.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:57:32.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:57:32.838 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:32.838 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:57:32.838 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:32.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:32.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:57:32.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:57:32.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:57:32.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:32.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:32.839 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:32.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:32.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:32.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:57:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:32.840 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:57:32.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:32.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:32.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:32.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:32.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:32.841 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:32.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:32.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:32.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:57:32.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:57:32.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:57:32.843 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:32.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:32.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:32.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:32.843 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:32.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:32.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:32.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:32.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:32.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:32.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:33.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:33.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:33.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:33.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:33.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:33.845 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:33.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:33.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:33.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:33.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:57:33.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:33.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:33.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:33.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:33.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:33.846 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:33.846 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:33.846 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:33.847 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:33.847 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:33.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:33.847 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:33.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:33.847 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:33.847 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:33.847 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:33.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:33.847 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:33.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:33.847 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:33.847 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:33.847 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:33.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:33.847 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:33.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:33.847 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:33.847 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:33.847 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:33.850 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:33.856 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:33.856 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:33.856 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:33.856 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:33.856 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:33.861 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:33.861 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:33.861 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:33.974 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:33.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:33.974 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:33.974 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:33.974 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:33.974 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:57:33.974 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:33.974 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:33.974 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:33.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:33.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@37668c32 is found... 10:57:33.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@37668c32 is found finished successfully 10:57:33.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:33.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:33.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:33.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:33.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:33.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:33.990 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:33.990 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:33.991 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 10:57:33.991 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Revert File' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Show in Breadcrumb Shift+Alt+B' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Quick Outline Ctrl+O' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Quick Type Hierarchy Ctrl+T' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Open With' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Local History' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'References' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Run As' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Team' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Replace With' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:34.060 DEBUG [main][MenuItemLookup] Found menu:'Preferences...' 10:57:34.060 DEBUG [main][MenuItemLookup] Item match:Preferences... 10:57:34.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:34.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:34.061 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:34.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:34.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:34.061 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:34.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:34.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:34.062 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:34.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:34.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:34.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:34.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:34.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:34.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:34.063 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:34.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:34.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:34.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:34.073 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:34.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:34.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:34.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:34.094 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:34.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:34.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:34.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:34.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:34.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:34.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:34.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:34.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:35.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:35.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:35.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:35.095 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:35.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:35.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:35.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:35.096 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:57:35.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:35.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:35.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:35.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:35.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:35.097 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:35.097 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:35.097 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:35.097 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:35.097 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:35.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:35.097 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:35.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:35.097 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:35.098 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:35.098 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:35.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:35.098 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:35.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:35.098 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:35.098 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:35.098 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:35.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:35.098 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:35.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:35.098 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:35.098 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:35.098 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:35.098 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:35.103 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:35.104 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:35.104 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:35.104 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:35.104 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:35.110 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:35.110 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:35.110 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:35.145 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:35.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:35.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:35.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:35.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:35.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:35.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:35.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:35.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:35.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@49e3e92b is found... 10:57:35.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@49e3e92b is found finished successfully 10:57:35.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:35.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:35.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:35.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:35.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:35.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:35.148 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:35.148 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:35.148 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:57:35.163 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:35.163 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:35.163 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:57:35.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:35.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:35.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:35.163 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:35.164 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:35.164 DEBUG [main][MenuItemLookup] Found menu:'File' 10:57:35.164 DEBUG [main][MenuItemLookup] Item match:File 10:57:35.164 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:57:35.164 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:57:35.164 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:57:35.164 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:57:35.164 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:35.164 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:57:35.164 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:57:35.164 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:35.164 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:57:35.164 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:57:35.165 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:57:35.165 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:57:35.165 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:57:35.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:57:35.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:57:35.192 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:35.192 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:35.192 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:57:35.193 DEBUG [main][EditorHandler] 1 editor(s) found 10:57:35.193 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:57:35.278 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:57:35.278 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:35.278 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:57:35.278 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:57:35.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:57:35.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:57:35.278 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:35.279 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:57:35.279 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:35.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:35.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:57:35.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:57:35.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:57:35.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:35.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:35.280 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:35.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:35.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:35.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:57:35.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:35.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:35.281 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:57:35.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:35.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:35.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:35.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:35.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:35.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:35.282 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:35.282 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:35.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:35.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:57:35.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:57:35.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:57:35.284 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:35.284 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:35.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:35.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:35.284 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:35.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:35.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:35.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:35.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:35.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:35.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:35.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:35.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:36.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:36.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:36.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:36.286 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:36.286 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:36.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:36.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:36.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:57:36.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:36.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:36.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:36.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:36.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:36.287 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:36.287 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:36.288 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:36.288 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:36.288 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:36.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:36.288 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:36.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:36.288 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:36.288 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:36.288 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:36.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:36.288 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:36.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:36.288 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:36.288 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:36.288 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:36.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:36.288 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:36.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:36.289 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:36.289 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:36.289 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:36.289 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:36.296 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:36.297 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:36.297 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:36.297 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:36.297 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:36.301 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:36.301 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:36.301 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:36.404 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:36.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:36.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:36.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:36.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:36.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:57:36.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:36.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:36.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:36.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:36.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@ddd56f3 is found... 10:57:36.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@ddd56f3 is found finished successfully 10:57:36.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:36.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:36.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:36.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:36.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:36.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:36.411 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:36.411 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:36.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:57:36.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:57:36.411 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:36.411 DEBUG [main][MenuItemLookup] Found menu:'File' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:57:36.412 DEBUG [main][MenuItemLookup] Item match:Edit 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:36.412 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 10:57:36.413 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:36.413 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 10:57:36.413 DEBUG [main][MenuItemLookup] Item match:Content Assist 10:57:36.413 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:36.413 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:36.413 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 10:57:36.413 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 10:57:37.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:57:37.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:57:37.413 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:37.413 DEBUG [main][MenuItemLookup] Found menu:'File' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:57:37.414 DEBUG [main][MenuItemLookup] Item match:Edit 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:37.414 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 10:57:37.414 DEBUG [main][MenuItemLookup] Item match:Content Assist 10:57:37.415 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 10:57:37.415 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 10:57:37.415 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 10:57:37.415 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 10:57:37.416 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 10:57:37.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 10:57:37.437 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 10:57:37.437 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:57:37.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:57:37.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:57:37.444 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 10:57:37.444 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:57:37.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:37.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:37.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:37.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:37.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:57:37.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:57:37.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:57:37.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 10:57:37.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 10:57:37.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:37.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:37.445 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:57:37.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:57:37.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:57:37.446 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 10:57:37.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 10:57:37.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:37.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:37.446 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") 10:57:37.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:37.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:37.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:37.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:37.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:38.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:38.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:38.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:57:38.449 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 10:57:38.449 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 10:57:38.449 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:57:38.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 10:57:38.962 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 10:57:38.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:38.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:38.963 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:38.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:38.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:38.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:38.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:38.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:38.964 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:38.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:38.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:38.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:38.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:38.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:38.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:38.964 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:38.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:38.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:38.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:38.975 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:38.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:38.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:38.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:38.975 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:38.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:38.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:38.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:38.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:38.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:38.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:39.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:39.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:39.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:39.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:39.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:39.977 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:39.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:39.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:39.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:39.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:57:39.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:39.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:39.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:39.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:39.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:39.978 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:39.978 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:39.978 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:39.979 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:39.979 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:39.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:39.979 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:39.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:39.979 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:39.979 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:39.979 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:39.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:39.979 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:39.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:39.979 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:39.979 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:39.979 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:39.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:39.979 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:39.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:39.979 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:39.979 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:39.979 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:39.979 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:39.984 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:39.985 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:39.985 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:39.985 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:39.985 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:39.989 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:39.990 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:39.990 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:40.022 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:40.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:40.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:40.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:40.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:40.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:40.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:40.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:40.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:40.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@10663c90 is found... 10:57:40.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@10663c90 is found finished successfully 10:57:40.023 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:40.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:40.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:40.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:40.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:40.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:40.025 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:40.025 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:40.025 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:57:40.041 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:40.041 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:40.041 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:57:40.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:40.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:40.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:40.042 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:40.042 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:40.042 DEBUG [main][MenuItemLookup] Found menu:'File' 10:57:40.042 DEBUG [main][MenuItemLookup] Item match:File 10:57:40.043 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:57:40.043 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:57:40.043 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:57:40.043 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:57:40.043 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:40.043 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:57:40.043 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:57:40.043 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:40.043 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:57:40.043 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:57:40.043 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:57:40.043 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:57:40.043 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:57:40.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:57:40.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:57:40.070 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:40.070 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:40.070 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:57:40.070 DEBUG [main][EditorHandler] 1 editor(s) found 10:57:40.070 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:57:40.163 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:57:40.163 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:40.163 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:57:40.163 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:57:40.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:57:40.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:57:40.163 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:40.163 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:57:40.164 INFO [WorkbenchTestable][RequirementsRunner] Started test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:40.164 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:40.164 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:57:40.164 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:57:40.164 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:57:40.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:40.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:40.164 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:40.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:40.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:40.165 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:57:40.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:40.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:40.165 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:57:40.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:40.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:40.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:40.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:40.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:40.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:40.166 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:40.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:40.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:40.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:57:40.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:57:40.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:57:40.174 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:40.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:40.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:40.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:40.190 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:40.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:40.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:40.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:40.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:40.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:40.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:40.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:40.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:41.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:41.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:41.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:41.194 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:41.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:41.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:41.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:41.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:57:41.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:41.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:41.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:41.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:41.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:41.195 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:41.195 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:41.195 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:41.196 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:41.196 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:41.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:41.196 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:41.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:41.196 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:41.196 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:41.196 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:41.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:41.196 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:41.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:41.196 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:41.196 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:41.196 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:41.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:41.196 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:41.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:41.196 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:41.196 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:41.197 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:41.197 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:41.206 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:41.209 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:41.209 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:41.209 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:41.209 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:41.213 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:41.213 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:41.213 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:41.326 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:41.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:41.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:41.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:41.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:41.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:57:41.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:41.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:41.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:41.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:41.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6a35a651 is found... 10:57:41.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6a35a651 is found finished successfully 10:57:41.331 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:41.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:41.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:41.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:41.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:41.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:41.333 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:41.333 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:41.333 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 { 10:57:41.348 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:41.348 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:41.348 INFO [WorkbenchTestable][AbstractEditor] Open editor's quick fix assistant 10:57:41.348 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 10:57:42.349 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:57:42.349 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 10:57:42.549 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 10:57:43.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 10:57:43.553 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 10:57:43.553 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:57:43.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:57:43.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:57:43.566 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 10:57:43.566 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:57:43.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:43.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:43.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:44.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:44.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:44.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:44.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:44.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:57:44.568 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was not found 10:57:44.568 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 10:57:44.568 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:57:44.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:57:44.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:57:44.573 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 10:57:44.573 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:57:44.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:44.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:44.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:44.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:44.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:57:44.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:57:44.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:57:44.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 10:57:44.573 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 10:57:44.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:44.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:44.574 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 10:57:44.574 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 10:57:44.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:57:44.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:57:44.574 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 10:57:44.574 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 10:57:44.574 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 10:57:44.574 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 10:57:44.574 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 10:57:44.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:57:44.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:57:44.574 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 10:57:44.574 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 10:57:44.574 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 10:57:44.574 INFO [WorkbenchTestable][AbstractShell] Close shell 10:57:44.574 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 10:57:44.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:57:44.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:57:44.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:44.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:44.597 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:44.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:44.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:44.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:44.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:44.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:44.598 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:44.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:44.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:44.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:44.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:44.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:44.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:44.599 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:44.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:44.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:44.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:44.629 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:44.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:44.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:44.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:44.630 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:44.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:44.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:44.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:44.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:44.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:44.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:45.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:45.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:45.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:45.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:45.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:45.631 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:45.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:45.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:45.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:45.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:57:45.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:45.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:45.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:45.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:45.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:45.632 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:45.633 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:45.633 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:45.633 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:45.633 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:45.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:45.633 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:45.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:45.633 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:45.633 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:45.633 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:45.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:45.633 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:45.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:45.633 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:45.633 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:45.633 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:45.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:45.634 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:45.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:45.634 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:45.634 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:45.634 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:45.634 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:45.641 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:45.641 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:45.641 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:45.641 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:45.641 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:45.645 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:45.645 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:45.645 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:45.675 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:45.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:45.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:45.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:45.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:45.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:45.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:45.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:45.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:45.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@29c3ec37 is found... 10:57:45.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@29c3ec37 is found finished successfully 10:57:45.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:45.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:45.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:45.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:45.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:45.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:45.678 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:45.678 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:45.678 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:57:45.696 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:45.696 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:45.696 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:57:45.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:45.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:45.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:45.696 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:45.696 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:45.697 DEBUG [main][MenuItemLookup] Found menu:'File' 10:57:45.697 DEBUG [main][MenuItemLookup] Item match:File 10:57:45.697 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:57:45.697 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:57:45.697 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:57:45.697 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:57:45.697 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:45.697 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:57:45.697 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:57:45.697 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:45.697 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:57:45.697 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:57:45.698 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:57:45.698 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:57:45.698 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:57:45.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:57:45.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:57:45.725 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:45.725 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:45.725 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:57:45.725 DEBUG [main][EditorHandler] 1 editor(s) found 10:57:45.725 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:57:45.794 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:57:45.794 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:45.794 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:57:45.794 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:57:45.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:57:45.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:57:45.794 INFO [WorkbenchTestable][RequirementsRunner] Finished test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:45.794 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:57:45.795 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:45.795 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:45.795 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:57:45.795 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:57:45.795 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:57:45.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:45.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:45.795 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:45.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:45.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:45.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:57:45.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:45.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:45.796 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:57:45.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:45.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:45.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:45.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:45.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:45.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:45.797 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:45.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:45.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:45.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:57:45.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:57:45.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:57:45.799 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:45.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:45.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:45.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:45.799 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:45.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:45.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:45.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:45.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:45.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:45.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:46.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:46.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:46.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:46.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:46.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:46.801 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:46.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:46.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:46.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:46.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:57:46.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:46.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:46.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:46.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:46.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:46.802 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:46.802 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:46.802 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:46.803 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:46.803 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:46.803 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:46.803 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:46.803 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:46.803 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:46.803 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:46.803 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:46.803 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:46.803 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:46.803 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:46.803 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:46.803 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:46.803 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:46.803 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:46.811 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:46.811 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:46.811 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:46.811 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:46.811 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:46.815 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:46.815 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:46.815 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:46.921 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:46.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:46.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:46.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:46.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:46.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:57:46.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:46.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:46.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:46.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:46.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e03d070 is found... 10:57:46.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e03d070 is found finished successfully 10:57:46.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:46.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:46.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:46.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:46.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:46.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:46.928 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:46.929 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:46.929 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 10:57:46.929 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 10:57:47.129 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 10:57:47.331 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 10:57:47.331 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 10:57:47.532 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 10:57:47.736 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 10:57:47.736 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 10:57:47.936 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 10:57:48.138 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 10:57:48.139 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 10:57:48.339 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 10:57:48.542 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:57:48.542 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 10:57:48.743 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 10:57:49.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:49.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:49.746 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:49.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:49.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:49.747 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:49.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:49.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:49.747 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:49.747 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:49.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:49.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:49.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:49.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:49.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:49.748 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:49.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:49.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:49.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:49.758 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:49.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:49.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:49.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:49.759 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:49.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:49.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:49.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:49.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:49.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:49.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:50.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:50.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:50.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:50.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:50.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:50.760 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:50.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:50.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:50.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:50.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:57:50.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:50.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:50.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:50.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:50.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:50.761 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:50.762 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:50.762 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:50.762 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:50.762 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:50.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:50.762 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:50.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:50.762 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:50.762 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:50.762 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:50.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:50.762 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:50.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:50.762 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:50.762 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:50.762 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:50.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:50.763 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:50.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:50.763 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:50.763 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:50.763 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:50.763 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:50.768 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:50.768 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:50.768 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:50.768 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:50.768 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:50.773 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:50.773 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:50.773 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:50.801 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:50.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:50.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:50.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:50.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:50.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:50.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:50.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:50.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:50.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@23033e1b is found... 10:57:50.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@23033e1b is found finished successfully 10:57:50.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:50.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:50.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:50.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:50.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:50.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:50.804 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:50.804 DEBUG [WorkbenchTestable][EditorHandler] 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 10:57:50.804 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:57:50.821 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:50.821 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:50.821 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:57:50.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:50.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:50.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:50.821 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:50.821 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:50.821 DEBUG [main][MenuItemLookup] Found menu:'File' 10:57:50.821 DEBUG [main][MenuItemLookup] Item match:File 10:57:50.822 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:57:50.822 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:57:50.822 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:57:50.822 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:57:50.822 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:50.822 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:57:50.822 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:57:50.822 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:50.822 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:57:50.822 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:57:50.822 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:57:50.822 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:57:50.822 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:57:50.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:57:50.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:57:50.849 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:50.849 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:50.849 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:57:50.849 DEBUG [main][EditorHandler] 1 editor(s) found 10:57:50.850 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:57:50.938 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:57:50.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:50.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:57:50.938 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:57:50.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:57:50.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:57:50.939 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:50.939 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:57:50.939 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:50.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:50.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:57:50.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:57:50.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:57:50.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:50.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:50.940 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:50.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:50.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:50.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:57:50.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:50.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:50.942 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:57:50.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:50.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:50.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:50.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:50.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:50.943 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:50.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:50.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:50.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:57:50.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:57:50.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:57:50.945 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:50.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:50.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:50.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:50.946 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:50.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:50.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:50.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:50.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:50.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:50.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:51.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:51.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:51.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:51.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:51.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:51.948 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:51.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:51.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:51.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:51.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 10:57:51.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:51.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:51.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:51.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:51.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:51.949 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:51.949 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:51.949 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:51.949 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:51.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:51.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:51.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:51.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:51.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:51.950 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:51.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:51.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:51.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:51.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:51.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:51.950 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:51.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:51.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:51.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:51.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:51.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:51.950 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:51.950 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:51.950 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:51.956 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:51.956 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:51.956 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:51.956 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:51.957 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:51.960 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:51.960 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:51.961 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:52.069 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:52.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:52.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:52.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:52.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:52.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:57:52.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:52.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:52.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:52.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:52.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5c1453a6 is found... 10:57:52.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5c1453a6 is found finished successfully 10:57:52.074 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:52.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:52.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:52.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:52.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:52.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:52.081 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:52.081 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:52.081 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 10:57:52.081 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 10:57:52.281 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 10:57:52.484 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 10:57:52.484 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 10:57:52.684 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 10:57:52.887 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 10:57:52.887 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 10:57:53.087 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 10:57:53.289 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 10:57:53.289 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 10:57:53.490 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 10:57:53.694 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:57:53.694 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 10:57:53.894 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 10:57:54.896 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 { 10:57:54.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:54.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:54.902 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:54.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:54.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:54.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:54.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:54.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:54.903 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:54.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:54.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:54.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:54.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:54.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:54.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:54.903 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:54.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:54.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:54.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:54.931 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:54.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:54.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:54.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:54.932 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:54.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:54.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:54.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:54.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:54.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:54.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:55.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:55.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:55.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:55.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:55.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:55.933 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:55.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:55.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:55.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:55.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:57:55.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:55.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:55.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:55.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:55.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:55.934 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:55.934 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:55.935 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:55.935 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:55.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:55.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:55.935 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:55.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:55.935 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:55.935 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:55.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:55.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:55.935 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:55.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:55.935 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:55.935 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:55.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:55.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:55.935 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:55.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:55.935 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:55.935 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:55.936 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:55.936 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:55.943 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:55.943 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:55.943 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:55.943 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:55.943 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:55.947 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:55.947 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:55.948 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:55.978 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:55.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:55.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:55.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:55.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:55.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:55.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:55.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:55.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:55.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@28b62e45 is found... 10:57:55.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@28b62e45 is found finished successfully 10:57:55.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:55.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:55.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:55.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:55.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:55.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:55.981 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:55.981 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:55.981 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:57:55.997 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:55.997 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:55.997 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:57:55.997 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:55.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:55.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:55.998 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:55.998 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:55.998 DEBUG [main][MenuItemLookup] Found menu:'File' 10:57:55.998 DEBUG [main][MenuItemLookup] Item match:File 10:57:55.999 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:57:55.999 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:57:55.999 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:57:55.999 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:57:55.999 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:55.999 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:57:55.999 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:57:55.999 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:55.999 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:57:55.999 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:57:55.999 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:57:55.999 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:57:55.999 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:57:56.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:57:56.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:57:56.026 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:56.026 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:56.026 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:57:56.026 DEBUG [main][EditorHandler] 1 editor(s) found 10:57:56.026 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:57:56.084 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:57:56.084 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:56.084 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:57:56.084 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:57:56.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:57:56.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:57:56.084 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:56.084 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:57:56.084 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:56.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:56.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:57:56.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:57:56.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:57:56.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:56.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:56.085 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:56.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:56.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:56.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:57:56.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:56.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:56.086 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:57:56.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:56.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:56.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:56.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:56.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:56.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:56.086 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:56.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:56.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:56.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:57:56.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:57:56.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:57:56.088 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:56.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:56.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:56.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:56.089 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:56.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:56.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:56.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:56.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:56.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:56.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:56.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:56.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:57.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:57.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:57.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:57.091 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:57.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:57.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:57.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:57.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:57:57.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:57.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:57.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:57.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:57.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:57.092 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:57.092 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:57.092 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:57.092 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:57.092 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:57.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:57.092 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:57.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:57.092 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:57.093 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:57.093 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:57.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:57.093 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:57.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:57.093 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:57.093 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:57.093 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:57.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:57.093 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:57.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:57.093 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:57.093 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:57.093 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:57.093 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:57.099 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:57.099 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:57.099 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:57.099 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:57.099 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:57.103 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:57.103 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:57.103 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:57.212 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:57.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:57.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:57.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:57.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:57.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:57:57.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:57.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:57.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:57.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:57.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@44c4709b is found... 10:57:57.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@44c4709b is found finished successfully 10:57:57.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:57.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:57.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:57.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:57.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:57.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:57.224 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:57.224 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:57.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:57.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:57.225 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:57.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:57.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:57.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:57.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:57.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:57.226 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:57.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') 10:57:57.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:57.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:57.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:57.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:57.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:57.227 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:57.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:57.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:57.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:57.257 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:57.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:57.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:57.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:57.257 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:57.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:57.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:57.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:57.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:57.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:57.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:57.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:57.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:58.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:58.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:58.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:58.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:58.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:57:58.759 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:58.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:58.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:58.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:58.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:57:58.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:58.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:58.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:58.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:58.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:57:58.760 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:57:58.760 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:57:58.760 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:57:58.761 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:57:58.761 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:57:58.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:58.761 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:57:58.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:58.761 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:57:58.761 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:57:58.761 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:57:58.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:58.761 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:57:58.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:58.761 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:57:58.761 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:57:58.761 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:57:58.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:57:58.761 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:57:58.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:57:58.761 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:57:58.761 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:58.762 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:58.762 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:58.769 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:58.769 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:57:58.769 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:57:58.769 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:57:58.769 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:57:58.773 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:57:58.774 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:57:58.774 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:57:58.803 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:57:58.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:57:58.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:57:58.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:57:58.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:57:58.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:57:58.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:57:58.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:57:58.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:57:58.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e8d7dfe is found... 10:57:58.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e8d7dfe is found finished successfully 10:57:58.804 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:57:58.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:58.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:58.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:58.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:58.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:58.806 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:58.806 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:58.806 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:57:58.821 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:58.821 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:57:58.821 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:57:58.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:57:58.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:58.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:58.822 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:58.822 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:57:58.822 DEBUG [main][MenuItemLookup] Found menu:'File' 10:57:58.822 DEBUG [main][MenuItemLookup] Item match:File 10:57:58.822 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:57:58.822 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:57:58.822 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:57:58.823 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:57:58.823 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:58.823 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:57:58.823 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:57:58.823 DEBUG [main][MenuItemLookup] Found menu:'' 10:57:58.823 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:57:58.823 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:57:58.823 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:57:58.823 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:57:58.823 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:57:58.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:57:58.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:57:58.833 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:58.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() { System.out.println(""); } } TooltipText=null 10:57:58.850 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:57:58.850 DEBUG [main][EditorHandler] 1 editor(s) found 10:57:58.850 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:57:58.902 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:57:58.902 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:58.902 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:57:58.902 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:57:58.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:57:58.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:57:58.903 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:58.903 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:57:58.903 INFO [WorkbenchTestable][RequirementsRunner] Started test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:57:58.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:57:58.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:57:58.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:57:58.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:57:58.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:58.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:58.904 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:57:58.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:58.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:58.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:57:58.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:57:58.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:57:58.936 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:57:58.936 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:57:58.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:58.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:58.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:57:58.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:57:58.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:57:58.937 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:58.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:58.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:58.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:57:58.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:57:58.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:57:58.939 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:58.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:58.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:58.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:58.940 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:57:58.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:57:58.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:57:58.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:57:58.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:57:58.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:58.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:59.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:59.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:57:59.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:57:59.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:00.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:00.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:00.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:00.442 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:00.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:00.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:00.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:00.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:58:00.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:00.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:00.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:00.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:00.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:00.443 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:00.443 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:00.443 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:58:00.444 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:58:00.444 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:58:00.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:00.444 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:58:00.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:00.444 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:58:00.444 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:58:00.444 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:58:00.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:00.444 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:58:00.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:00.444 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:58:00.444 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:58:00.444 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:58:00.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:00.444 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:58:00.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:00.444 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:58:00.444 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:00.444 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:00.445 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:00.452 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:00.453 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:58:00.453 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:00.453 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:00.453 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:00.457 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:00.457 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:58:00.457 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:58:00.563 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:58:00.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:00.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:58:00.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:58:00.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:58:00.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:58:00.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:00.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:00.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:00.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:00.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@fa98ea is found... 10:58:00.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@fa98ea is found finished successfully 10:58:00.568 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:58:00.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:00.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:00.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:00.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:00.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:00.570 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:00.571 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:00.571 INFO [WorkbenchTestable][TextEditor] Set cursor position to [12, 0] 10:58:00.588 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:00.588 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:00.588 INFO [WorkbenchTestable][AbstractEditor] Open editor's Java Proposals content assistant 10:58:00.588 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 10:58:01.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:58:01.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:58:01.589 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:01.589 DEBUG [main][MenuItemLookup] Found menu:'File' 10:58:01.589 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:58:01.589 DEBUG [main][MenuItemLookup] Item match:Edit 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 10:58:01.590 DEBUG [main][MenuItemLookup] Item match:Content Assist 10:58:01.590 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 10:58:01.591 DEBUG [main][MenuItemLookup] Found menu:'Java Type Proposals' 10:58:01.591 DEBUG [main][MenuItemLookup] Found menu:'Java Non-Type Proposals' 10:58:01.591 DEBUG [main][MenuItemLookup] Found menu:'Java Proposals' 10:58:01.591 DEBUG [main][MenuItemLookup] Item match:Java Proposals 10:58:01.591 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 10:58:01.591 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Java Proposals 10:58:01.591 INFO [main][MenuItemHandler] Select menu item: J&ava Proposals 10:58:01.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 10:58:01.619 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 10:58:01.619 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:58:01.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:58:01.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:58:01.631 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 10:58:01.631 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:58:01.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:01.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:01.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:01.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:01.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:58:01.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:58:01.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:58:01.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 10:58:01.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 10:58:01.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:01.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:01.632 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 10:58:01.632 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 10:58:01.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:58:01.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:58:01.632 DEBUG [WorkbenchTestable][ContentAssistant] abstract 10:58:01.632 DEBUG [WorkbenchTestable][ContentAssistant] class 10:58:01.632 DEBUG [WorkbenchTestable][ContentAssistant] enum 10:58:01.632 DEBUG [WorkbenchTestable][ContentAssistant] final 10:58:01.632 DEBUG [WorkbenchTestable][ContentAssistant] import 10:58:01.632 DEBUG [WorkbenchTestable][ContentAssistant] interface 10:58:01.632 DEBUG [WorkbenchTestable][ContentAssistant] non-sealed 10:58:01.632 DEBUG [WorkbenchTestable][ContentAssistant] public 10:58:01.632 DEBUG [WorkbenchTestable][ContentAssistant] record 10:58:01.632 DEBUG [WorkbenchTestable][ContentAssistant] sealed 10:58:01.632 INFO [WorkbenchTestable][AbstractShell] Close shell 10:58:01.633 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 10:58:01.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:58:01.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:58:01.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:01.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:01.651 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:58:01.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:01.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:01.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:01.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:01.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:01.652 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:01.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:58:01.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:01.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:01.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:01.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:01.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:01.653 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:01.653 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:01.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:01.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:01.682 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:01.682 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:01.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:01.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:01.682 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:01.682 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:01.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:01.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:01.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:01.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:01.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:02.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:02.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:02.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:02.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:02.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:02.684 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:02.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:02.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:02.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:02.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:58:02.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:02.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:02.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:02.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:02.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:02.685 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:02.685 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:02.686 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:58:02.686 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:58:02.686 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:58:02.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:02.686 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:58:02.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:02.686 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:58:02.686 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:58:02.686 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:58:02.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:02.686 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:58:02.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:02.686 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:58:02.686 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:58:02.686 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:58:02.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:02.686 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:58:02.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:02.686 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:58:02.687 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:02.687 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:02.687 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:02.694 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:02.694 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:58:02.694 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:02.694 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:02.694 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:02.698 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:02.698 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:58:02.698 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:58:02.728 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:58:02.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:02.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:58:02.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:58:02.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:58:02.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:02.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:02.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:02.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:02.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@19274ab6 is found... 10:58:02.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@19274ab6 is found finished successfully 10:58:02.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:58:02.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:02.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:02.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:02.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:02.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:02.731 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:02.731 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:02.731 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:58:02.738 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:02.738 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:02.738 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:58:02.738 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:02.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:02.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:02.738 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:02.738 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:02.739 DEBUG [main][MenuItemLookup] Found menu:'File' 10:58:02.739 DEBUG [main][MenuItemLookup] Item match:File 10:58:02.739 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:58:02.739 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:58:02.739 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:58:02.739 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:58:02.739 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:02.739 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:58:02.739 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:58:02.739 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:02.739 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:58:02.739 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:58:02.739 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:58:02.739 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:58:02.739 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:58:02.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:58:02.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:58:02.770 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:02.770 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:02.770 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:58:02.771 DEBUG [main][EditorHandler] 1 editor(s) found 10:58:02.771 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:58:02.837 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:58:02.837 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:58:02.837 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:58:02.837 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:58:02.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:58:02.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:58:02.837 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:58:02.837 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:58:02.837 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:58:02.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:58:02.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:58:02.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:58:02.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:58:02.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:02.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:02.838 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:58:02.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:02.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:02.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:58:02.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:02.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:02.839 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:58:02.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:58:02.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:02.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:02.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:02.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:02.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:02.840 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:02.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:02.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:02.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:58:02.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:58:02.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:58:02.842 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:02.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:02.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:02.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:02.842 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:02.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:02.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:02.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:02.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:02.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:02.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:03.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:03.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:03.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:03.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:03.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:03.844 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:03.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:03.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:03.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:03.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:58:03.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:03.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:03.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:03.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:03.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:03.845 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:03.845 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:03.845 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:58:03.845 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:58:03.845 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:58:03.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:03.845 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:58:03.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:03.846 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:58:03.846 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:58:03.846 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:58:03.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:03.846 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:58:03.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:03.846 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:58:03.846 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:58:03.846 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:58:03.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:03.846 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:58:03.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:03.846 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:58:03.846 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:03.846 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:03.846 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:03.852 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:03.852 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:58:03.852 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:03.852 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:03.852 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:03.856 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:03.856 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:58:03.856 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:58:03.962 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:58:03.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:03.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:58:03.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:58:03.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:58:03.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:58:03.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:03.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:03.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:03.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:03.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e80b1a1 is found... 10:58:03.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e80b1a1 is found finished successfully 10:58:03.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:58:03.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:03.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:03.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:03.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:03.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:03.969 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:03.969 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:03.969 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 14, offser 22 10:58:03.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:58:03.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:03.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:03.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:03.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:03.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:03.980 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:03.980 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { test System.out.println(""); } } TooltipText=null 10:58:03.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:03.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:03.981 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:58:03.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:03.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:03.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:03.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:03.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:03.985 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:03.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:58:03.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:03.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:03.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:03.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:03.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:03.985 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:03.985 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:04.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:04.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:04.015 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:04.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:04.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:04.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:04.016 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:04.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:04.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:04.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:04.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:04.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:04.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:04.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:04.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:05.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:05.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:05.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:05.018 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:05.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:05.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:05.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:05.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:58:05.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:05.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:05.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:05.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:05.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:05.019 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:05.019 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:05.020 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:58:05.020 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:58:05.020 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:58:05.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:05.020 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:58:05.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:05.020 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:58:05.020 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:58:05.020 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:58:05.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:05.020 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:58:05.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:05.020 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:58:05.020 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:58:05.020 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:58:05.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:05.021 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:58:05.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:05.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:58:05.021 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:05.021 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:05.021 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:05.026 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:05.026 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:58:05.026 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:05.026 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:05.026 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:05.030 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:05.030 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:58:05.030 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:58:05.058 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:58:05.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:05.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:58:05.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:58:05.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:58:05.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:05.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:05.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:05.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:05.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6bf75102 is found... 10:58:05.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6bf75102 is found finished successfully 10:58:05.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:58:05.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:05.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:05.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:05.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:05.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:05.062 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:05.062 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { test System.out.println(""); } } TooltipText=null 10:58:05.062 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:58:05.076 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:05.076 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:05.076 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:58:05.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:05.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:05.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:05.077 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:05.077 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:05.077 DEBUG [main][MenuItemLookup] Found menu:'File' 10:58:05.077 DEBUG [main][MenuItemLookup] Item match:File 10:58:05.077 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:58:05.078 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:58:05.078 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:58:05.078 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:58:05.078 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:05.078 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:58:05.078 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:58:05.078 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:05.078 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:58:05.078 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:58:05.078 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:58:05.078 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:58:05.078 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:58:05.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:58:05.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:58:05.129 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:05.129 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:05.129 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:58:05.129 DEBUG [main][EditorHandler] 1 editor(s) found 10:58:05.129 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:58:05.185 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:58:05.185 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:58:05.185 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:58:05.185 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:58:05.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:58:05.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:58:05.185 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:58:05.185 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:58:05.185 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:58:05.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:58:05.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:58:05.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:58:05.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:58:05.186 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:58:05.186 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:58:05.186 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:58:05.186 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:58:05.186 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 10:58:05.186 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:58:05.186 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:58:05.186 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:58:05.186 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:58:05.186 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:58:05.186 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:58:05.186 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:58:05.187 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 10:58:05.187 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:58:05.187 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:58:05.187 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:58:05.187 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:58:05.187 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:58:05.187 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:58:05.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:05.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:05.187 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:58:05.187 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:58:05.188 DEBUG [main][MenuItemLookup] Found menu:'File' 10:58:05.188 DEBUG [main][MenuItemLookup] Item match:File 10:58:05.188 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:58:05.188 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 10:58:05.189 DEBUG [main][MenuItemLookup] Found menu:'Project...' 10:58:05.189 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:05.189 DEBUG [main][MenuItemLookup] Found menu:'Folder' 10:58:05.189 DEBUG [main][MenuItemLookup] Found menu:'File' 10:58:05.189 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 10:58:05.189 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:05.189 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 10:58:05.189 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 10:58:05.190 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 10:58:05.190 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 10:58:05.190 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 10:58:05.282 DEBUG [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.... 10:58:05.285 DEBUG [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 10:58:05.285 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 10:58:05.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:05.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:05.286 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 10:58:05.286 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:58:05.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 10:58:05.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:05.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:05.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:05.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:05.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:05.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:58:05.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:58:05.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 10:58:05.288 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:58:05.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:05.288 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:58:05.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:05.288 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:58:05.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 10:58:05.288 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:58:05.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:05.288 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:58:05.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:05.288 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:58:05.288 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 10:58:05.289 DEBUG [main][TreeItemHandler] Selecting tree item: File 10:58:05.289 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 10:58:05.289 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 10:58:05.289 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 10:58:05.289 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 10:58:05.289 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) 10:58:05.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:05.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:05.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:05.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:05.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:58:05.290 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 10:58:05.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:58:05.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:58:05.290 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:58:05.290 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:58:05.342 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:58:05.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:58:05.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:58:05.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 10:58:05.342 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 10:58:05.342 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 10:58:05.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:05.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:05.343 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 10:58:05.343 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:58:05.343 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:") 10:58:05.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:05.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:05.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:05.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:05.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:58:05.346 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:58:05.346 INFO [WorkbenchTestable][AbstractText] Text set to: textEditor.txt 10:58:05.347 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:") 10:58:05.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:05.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:05.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:05.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:05.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:58:05.348 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:58:05.348 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 10:58:05.349 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 10:58:05.349 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 10:58:05.349 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) 10:58:05.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:05.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:05.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:05.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:05.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:58:05.350 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 10:58:05.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:58:05.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:58:05.350 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:58:05.350 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:58:05.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:58:05.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:58:05.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:05.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:58:05.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 10:58:05.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:05.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:05.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:05.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:05.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 10:58:05.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:05.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:05.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:05.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:05.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:05.867 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:05.867 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 10:58:05.871 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:05.871 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 10:58:05.871 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:58:05.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testProject/textEditor.txt - Eclipse Platform 10:58:05.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:05.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:05.872 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testProject/textEditor.txt - Eclipse Platform' 10:58:05.872 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testProject/textEditor.txt - Eclipse Platform' 10:58:05.872 DEBUG [main][MenuItemLookup] Found menu:'File' 10:58:05.872 DEBUG [main][MenuItemLookup] Item match:File 10:58:05.873 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:58:05.873 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:58:05.873 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:58:05.873 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:58:05.873 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:05.873 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:58:05.873 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:58:05.873 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:05.873 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:58:05.873 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:58:05.873 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:58:05.873 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:58:05.873 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:58:05.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:58:05.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:58:05.880 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:05.880 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 10:58:05.880 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:05.880 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 10:58:05.880 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 10:58:05.880 DEBUG [WorkbenchTestable][EditorHandler] Closing editor textEditor.txt 10:58:05.921 DEBUG [WorkbenchTestable][EditorHandler] Editor textEditor.txt is closed 10:58:05.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:05.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:05.922 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:58:05.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:05.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:05.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:58:05.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:05.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:05.924 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:58:05.924 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:58:05.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:05.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:05.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:05.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:05.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:05.925 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:05.925 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:05.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:05.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:58:05.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:58:05.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:58:05.927 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:05.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:05.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:05.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:05.928 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:05.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:05.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:05.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:05.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:05.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:05.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:06.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:06.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:06.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:06.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:07.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:07.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:07.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:07.430 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:07.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:07.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:07.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:07.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:58:07.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:07.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:07.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:07.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:07.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:07.431 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:07.431 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:07.431 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:58:07.432 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:58:07.432 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:58:07.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:07.432 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:58:07.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:07.432 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:58:07.432 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:58:07.432 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:58:07.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:07.432 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:58:07.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:07.432 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:58:07.432 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:58:07.432 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:58:07.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:07.432 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:58:07.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:07.432 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:58:07.432 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:07.432 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:07.432 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:07.442 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:07.442 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:58:07.442 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:07.442 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:07.442 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:07.447 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:07.447 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:58:07.447 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:58:07.555 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:58:07.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:07.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:58:07.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:58:07.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:58:07.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:58:07.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:07.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:07.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:07.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:07.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@320d510c is found... 10:58:07.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@320d510c is found finished successfully 10:58:07.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:58:07.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:07.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:07.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:07.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:07.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:07.562 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:07.562 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:07.562 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:58:07.586 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:07.587 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:07.587 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:58:07.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:07.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:07.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:07.587 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:07.587 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:07.587 DEBUG [main][MenuItemLookup] Found menu:'File' 10:58:07.587 DEBUG [main][MenuItemLookup] Item match:File 10:58:07.588 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:58:07.588 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:58:07.588 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:58:07.588 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:58:07.588 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:07.588 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:58:07.588 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:58:07.588 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:07.588 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:58:07.588 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:58:07.588 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:58:07.588 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:58:07.588 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:58:07.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:58:07.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:58:07.626 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:07.626 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:07.626 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:58:07.626 DEBUG [main][EditorHandler] 1 editor(s) found 10:58:07.626 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:58:07.684 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:58:07.684 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:58:07.684 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:58:07.684 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:58:07.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:58:07.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:58:07.684 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:58:07.684 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:58:07.684 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:58:07.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:58:07.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:58:07.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:58:07.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:58:07.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:07.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:07.685 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:58:07.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:07.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:07.685 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:58:07.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:07.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:07.686 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:58:07.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:58:07.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:07.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:07.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:07.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:07.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:07.687 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:07.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:07.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:07.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:58:07.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:58:07.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:58:07.688 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:07.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:07.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:07.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:07.689 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:07.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:07.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:07.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:07.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:07.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:07.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:08.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:08.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:08.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:08.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:08.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:08.690 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:08.690 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:08.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:08.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:08.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:58:08.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:08.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:08.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:08.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:08.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:08.691 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:08.692 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:08.692 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:58:08.692 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:58:08.692 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:58:08.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:08.692 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:58:08.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:08.692 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:58:08.692 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:58:08.692 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:58:08.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:08.692 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:58:08.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:08.692 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:58:08.692 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:58:08.692 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:58:08.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:08.692 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:58:08.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:08.692 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:58:08.693 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:08.693 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:08.693 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:08.700 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:08.700 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:58:08.700 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:08.701 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:08.701 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:08.705 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:08.705 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:58:08.705 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:58:08.843 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:58:08.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:08.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:58:08.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:58:08.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:58:08.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:58:08.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:08.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:08.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:08.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:08.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@390fdd9a is found... 10:58:08.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@390fdd9a is found finished successfully 10:58:08.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:58:08.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:08.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:08.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:08.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:08.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:08.852 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:08.852 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:08.852 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 540 10:58:08.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:08.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:08.857 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:58:08.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:08.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:08.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:08.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:08.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:08.865 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:08.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:58:08.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:08.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:08.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:08.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:08.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:08.866 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:08.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:08.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:08.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:08.932 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:08.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:08.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:08.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:08.932 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:08.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:08.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:08.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:08.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:08.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:08.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:09.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:09.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:09.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:09.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:09.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:09.934 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:09.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:09.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:09.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:09.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:58:09.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:09.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:09.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:09.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:09.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:09.935 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:09.935 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:09.935 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:58:09.936 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:58:09.936 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:58:09.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:09.936 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:58:09.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:09.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:58:09.936 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:58:09.936 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:58:09.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:09.936 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:58:09.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:09.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:58:09.936 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:58:09.936 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:58:09.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:09.936 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:58:09.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:09.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:58:09.936 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:09.936 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:09.936 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:09.941 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:09.942 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:58:09.942 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:09.942 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:09.942 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:09.947 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:09.947 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:58:09.947 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:58:09.978 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:58:09.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:09.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:58:09.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:58:09.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:58:09.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:09.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:09.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:09.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:09.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3cd46d2f is found... 10:58:09.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3cd46d2f is found finished successfully 10:58:09.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:58:09.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:09.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:09.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:09.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:09.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:09.981 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:09.981 DEBUG [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 10:58:09.981 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:58:09.992 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:09.992 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:09.992 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:58:09.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:09.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:09.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:09.992 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:09.992 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:10.005 DEBUG [main][MenuItemLookup] Found menu:'File' 10:58:10.005 DEBUG [main][MenuItemLookup] Item match:File 10:58:10.006 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:58:10.006 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:58:10.006 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:58:10.006 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:58:10.006 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:10.006 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:58:10.006 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:58:10.006 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:10.006 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:58:10.006 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:58:10.006 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:58:10.006 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:58:10.006 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:58:10.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:58:10.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:58:10.026 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:10.026 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:10.027 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:58:10.027 DEBUG [main][EditorHandler] 1 editor(s) found 10:58:10.027 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:58:10.082 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:58:10.082 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:58:10.082 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:58:10.082 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:58:10.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:58:10.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:58:10.082 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:58:10.082 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:58:10.083 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:58:10.083 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:58:10.083 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:58:10.083 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:58:10.083 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:58:10.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:10.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:10.083 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:58:10.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:10.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:10.084 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:58:10.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:10.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:10.084 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:58:10.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:58:10.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:10.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:10.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:10.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:10.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:10.085 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:10.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:10.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:10.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:58:10.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:58:10.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:58:10.087 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:10.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:10.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:10.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:10.087 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:10.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:10.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:10.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:10.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:10.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:10.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:10.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:10.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:11.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:11.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:11.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:11.089 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:11.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:11.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:11.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:11.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:58:11.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:11.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:11.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:11.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:11.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:11.090 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:11.090 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:11.091 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:58:11.091 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:58:11.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:58:11.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:11.091 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:58:11.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:11.091 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:58:11.091 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:58:11.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:58:11.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:11.091 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:58:11.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:11.091 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:58:11.091 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:58:11.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:58:11.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:11.091 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:58:11.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:11.091 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:58:11.092 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:11.092 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:11.092 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:11.097 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:11.097 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:58:11.097 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:11.097 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:11.097 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:11.102 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:11.102 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:58:11.103 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:58:11.210 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:58:11.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:11.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:58:11.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:58:11.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:58:11.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:58:11.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:11.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:11.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:11.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:11.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3726b652 is found... 10:58:11.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3726b652 is found finished successfully 10:58:11.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') 10:58:11.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:11.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:11.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:11.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:11.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:11.222 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:11.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 10:58:11.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:58:11.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:58:11.223 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:11.223 DEBUG [main][MenuItemLookup] Found menu:'File' 10:58:11.223 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:58:11.223 DEBUG [main][MenuItemLookup] Item match:Edit 10:58:11.223 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:11.224 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 10:58:11.224 DEBUG [main][MenuItemLookup] Item match:Content Assist 10:58:11.224 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:11.224 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:11.224 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 10:58:11.224 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 10:58:12.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:58:12.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:58:12.225 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:12.225 DEBUG [main][MenuItemLookup] Found menu:'File' 10:58:12.225 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:58:12.225 DEBUG [main][MenuItemLookup] Item match:Edit 10:58:12.225 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 10:58:12.225 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 10:58:12.225 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:12.225 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 10:58:12.225 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 10:58:12.225 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 10:58:12.225 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 10:58:12.225 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 10:58:12.226 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:12.226 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 10:58:12.226 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 10:58:12.226 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 10:58:12.226 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 10:58:12.226 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 10:58:12.226 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:12.226 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 10:58:12.226 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 10:58:12.226 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 10:58:12.226 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 10:58:12.226 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 10:58:12.226 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:12.226 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 10:58:12.226 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 10:58:12.226 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:12.226 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 10:58:12.226 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:12.226 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 10:58:12.226 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:12.226 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 10:58:12.226 DEBUG [main][MenuItemLookup] Item match:Content Assist 10:58:12.226 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 10:58:12.226 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 10:58:12.226 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 10:58:12.226 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 10:58:12.226 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 10:58:12.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 10:58:12.248 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 10:58:12.248 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:58:12.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:58:12.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:58:12.255 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 10:58:12.255 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:58:12.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:12.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:12.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:12.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:12.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:58:12.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:58:12.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:58:12.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 10:58:12.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 10:58:12.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:12.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:12.256 INFO [WorkbenchTestable][AbstractShell] Close shell 10:58:12.256 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 10:58:12.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:58:12.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:58:12.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 10:58:12.770 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 10:58:12.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:12.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:12.771 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:58:12.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:12.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:12.772 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:12.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:12.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:12.772 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:12.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:58:12.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:12.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:12.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:12.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:12.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:12.773 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:12.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:12.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:12.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:12.801 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:12.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:12.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:12.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:12.802 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:12.802 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:12.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:12.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:12.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:12.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:12.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:13.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:13.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:13.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:13.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:13.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:13.803 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:13.804 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:13.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:13.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:13.804 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:58:13.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:13.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:13.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:13.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:13.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:13.805 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:13.805 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:13.805 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:58:13.805 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:58:13.805 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:58:13.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:13.805 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:58:13.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:13.805 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:58:13.805 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:58:13.805 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:58:13.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:13.806 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:58:13.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:13.806 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:58:13.806 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:58:13.806 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:58:13.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:13.806 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:58:13.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:13.806 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:58:13.806 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:13.806 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:13.806 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:13.813 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:13.813 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:58:13.813 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:13.813 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:13.813 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:13.817 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:13.817 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:58:13.817 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:58:13.845 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:58:13.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:13.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:58:13.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:58:13.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:58:13.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:13.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:13.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:13.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:13.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@9ab3c2c is found... 10:58:13.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@9ab3c2c is found finished successfully 10:58:13.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') 10:58:13.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:13.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:13.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:13.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:13.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:13.848 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:13.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 10:58:13.848 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:58:13.859 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:13.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 10:58:13.859 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:58:13.860 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:13.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:13.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:13.860 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:13.860 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:13.860 DEBUG [main][MenuItemLookup] Found menu:'File' 10:58:13.860 DEBUG [main][MenuItemLookup] Item match:File 10:58:13.861 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:58:13.861 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:58:13.861 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:58:13.861 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:58:13.861 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:13.861 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:58:13.861 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:58:13.861 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:13.861 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:58:13.861 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:58:13.874 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:58:13.875 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:58:13.875 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:58:13.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:58:13.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:58:13.894 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:13.894 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:13.894 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:58:13.894 DEBUG [main][EditorHandler] 1 editor(s) found 10:58:13.894 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:58:13.955 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:58:13.955 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:58:13.955 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:58:13.955 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:58:13.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:58:13.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:58:13.955 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:58:13.955 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:58:13.955 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:58:13.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:58:13.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:58:13.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:58:13.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:58:13.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:13.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:13.956 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:58:13.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:13.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:13.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:58:13.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:13.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:13.958 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:58:13.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:58:13.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:13.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:13.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:13.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:13.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:13.959 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:13.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:13.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:13.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:58:13.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:58:13.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:58:13.960 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:13.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:13.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:13.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:13.961 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:13.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:13.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:13.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:13.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:13.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:13.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:14.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:14.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:14.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:14.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:14.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:14.962 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:14.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:14.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:14.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:14.963 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:58:14.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:14.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:14.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:14.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:14.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:14.963 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:14.964 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:14.964 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:58:14.964 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:58:14.964 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:58:14.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:14.964 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:58:14.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:14.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:58:14.964 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:58:14.964 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:58:14.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:14.964 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:58:14.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:14.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:58:14.964 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:58:14.964 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:58:14.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:14.965 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:58:14.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:14.965 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:58:14.965 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:14.965 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:14.965 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:14.972 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:14.973 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:58:14.973 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:14.973 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:14.973 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:14.977 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:14.977 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:58:14.977 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:58:15.084 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:58:15.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:15.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:58:15.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:58:15.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:58:15.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:58:15.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:15.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:15.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:15.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:15.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@57785c96 is found... 10:58:15.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@57785c96 is found finished successfully 10:58:15.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:58:15.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:15.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:15.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:15.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:15.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:15.096 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:15.096 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:15.096 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:15.096 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:15.096 INFO [WorkbenchTestable][TextEditor] Set cursor position to offset: 517 10:58:15.096 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:15.097 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:15.105 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 10:58:15.105 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:58:15.105 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 10:58:15.706 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:58:15.706 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 10:58:16.307 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:58:16.307 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 10:58:16.908 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:58:16.908 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 10:58:17.509 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:58:17.509 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 10:58:18.110 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:58:18.110 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 10:58:18.711 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:58:18.711 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 10:58:19.313 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:58:19.313 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 10:58:19.914 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:19.914 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * 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 10:58:19.914 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:58:19.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:19.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:19.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:19.915 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:19.915 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:19.915 DEBUG [main][MenuItemLookup] Found menu:'File' 10:58:19.915 DEBUG [main][MenuItemLookup] Item match:File 10:58:19.915 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:58:19.915 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:58:19.915 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:58:19.915 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:58:19.915 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:19.915 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:58:19.915 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:58:19.915 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:19.915 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:58:19.915 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:58:19.916 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:58:19.916 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:58:19.916 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:58:19.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:58:19.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:58:19.924 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:19.924 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:19.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:19.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:19.924 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:58:19.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:19.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:19.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:19.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:19.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:19.925 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:19.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:58:19.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:19.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:19.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:19.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:19.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:19.926 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:19.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:19.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:19.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:19.959 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:19.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:19.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:19.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:19.959 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:19.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:19.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:19.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:19.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:19.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:19.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:20.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:20.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:20.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:20.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:20.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:20.961 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:20.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:20.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:20.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:20.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 10:58:20.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:20.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:20.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:20.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:20.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:20.962 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:20.962 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:20.963 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:58:20.963 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:58:20.963 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:58:20.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:20.963 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:58:20.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:20.963 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:58:20.963 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:58:20.963 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:58:20.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:20.963 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:58:20.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:20.963 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:58:20.963 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:58:20.963 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:58:20.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:20.963 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:58:20.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:20.963 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:58:20.963 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:20.963 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:20.964 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:20.970 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:20.971 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:58:20.971 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:20.971 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:20.971 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:20.975 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:20.975 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:58:20.975 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:58:21.007 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:58:21.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:21.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:58:21.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:58:21.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:58:21.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:21.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:21.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:21.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:21.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@fdf2925 is found... 10:58:21.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@fdf2925 is found finished successfully 10:58:21.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:58:21.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:21.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:21.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:21.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:21.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:21.012 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:21.012 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * 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 10:58:21.012 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:58:21.025 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:21.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 10:58:21.025 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:58:21.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:21.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:21.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:21.026 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:21.026 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:21.026 DEBUG [main][MenuItemLookup] Found menu:'File' 10:58:21.026 DEBUG [main][MenuItemLookup] Item match:File 10:58:21.027 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:58:21.027 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:58:21.027 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:58:21.027 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:58:21.027 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:21.027 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:58:21.027 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:58:21.027 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:21.027 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:58:21.027 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:58:21.027 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:58:21.027 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:58:21.027 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:58:21.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:58:21.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:58:21.063 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:21.063 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:21.063 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:58:21.063 DEBUG [main][EditorHandler] 1 editor(s) found 10:58:21.063 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:58:21.141 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:58:21.141 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:58:21.141 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:58:21.141 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:58:21.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:58:21.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:58:21.141 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:58:21.141 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:58:21.141 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:58:21.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:58:21.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:58:21.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:58:21.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:58:21.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:21.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:21.142 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:58:21.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:21.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:21.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:58:21.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:21.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:21.143 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:58:21.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') 10:58:21.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:21.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:21.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:21.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:21.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:21.144 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:21.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:21.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:21.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:58:21.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:58:21.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:58:21.145 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:21.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:21.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:21.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:21.146 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:21.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:21.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:21.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:21.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:21.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:21.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:21.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:21.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:22.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:22.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:22.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:22.147 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:22.147 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:22.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:22.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:22.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 10:58:22.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:22.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:22.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:22.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:22.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:22.149 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:22.149 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:22.149 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:58:22.149 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:58:22.149 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:58:22.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:22.149 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:58:22.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:22.149 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:58:22.149 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:58:22.149 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:58:22.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:22.149 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:58:22.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:22.150 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:58:22.150 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:58:22.150 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:58:22.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:22.150 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:58:22.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:22.150 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:58:22.150 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:22.150 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:22.150 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:22.155 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:22.155 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:58:22.155 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:22.155 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:22.155 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:22.159 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:22.159 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:58:22.159 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:58:22.267 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:58:22.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:22.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:58:22.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:58:22.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:58:22.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:58:22.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:22.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:22.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:22.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:22.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1068e67b is found... 10:58:22.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1068e67b is found finished successfully 10:58:22.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:58:22.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:22.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:22.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:22.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:22.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:22.273 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:22.279 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:22.279 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 0] 10:58:22.287 DEBUG [WorkbenchTestable][Keyboard] Select 15 characters to the right 10:58:22.287 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 10:58:22.487 INFO [WorkbenchTestable][Keyboard] Move cursor 10:58:22.687 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 10:58:22.687 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 10:58:22.888 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 10:58:23.293 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 10:58:23.293 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 10:58:23.494 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 10:58:23.897 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 10:58:23.897 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 10:58:24.097 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 10:58:24.499 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 10:58:24.499 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 10:58:24.700 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 10:58:25.102 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 10:58:25.102 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 10:58:25.303 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 10:58:25.705 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 10:58:25.705 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 10:58:25.906 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 10:58:26.308 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 10:58:26.308 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 10:58:26.508 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 10:58:26.910 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 10:58:26.910 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 10:58:27.110 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 10:58:27.512 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 10:58:27.512 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 10:58:27.713 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 10:58:28.116 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 10:58:28.116 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 10:58:28.317 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 10:58:28.718 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 10:58:28.718 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 10:58:28.919 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 10:58:29.321 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 10:58:29.321 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 10:58:29.521 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 10:58:29.923 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 10:58:29.923 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 10:58:30.123 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 10:58:30.525 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 10:58:30.525 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 10:58:30.727 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 10:58:31.128 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 10:58:31.129 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 10:58:31.329 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 10:58:31.531 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 10:58:31.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:31.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:31.733 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:58:31.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:31.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:31.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:31.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:31.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:31.734 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:31.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:58:31.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:31.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:31.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:31.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:31.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:31.735 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:31.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:31.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:31.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:31.762 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:31.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:31.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:31.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:31.763 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:31.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:31.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:31.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:31.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:31.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:31.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:32.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:32.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:32.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:32.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:32.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:32.764 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:32.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:32.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:32.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:32.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:58:32.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:32.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:32.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:32.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:32.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:32.765 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:32.766 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:32.766 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:58:32.766 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:58:32.766 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:58:32.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:32.766 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:58:32.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:32.766 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:58:32.766 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:58:32.766 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:58:32.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:32.767 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:58:32.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:32.767 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:58:32.767 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:58:32.767 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:58:32.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:32.767 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:58:32.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:32.767 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:58:32.767 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:32.767 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:32.767 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:32.772 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:32.772 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:58:32.772 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:32.772 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:32.772 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:32.778 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:32.778 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:58:32.778 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:58:32.807 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:58:32.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:32.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:58:32.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:58:32.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:58:32.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:32.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:32.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:32.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:32.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3825347f is found... 10:58:32.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3825347f is found finished successfully 10:58:32.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:58:32.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:32.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:32.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:32.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:32.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:32.810 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:32.810 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:32.810 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:58:32.816 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:32.816 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:32.817 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:58:32.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:32.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:32.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:32.817 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:32.817 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:32.817 DEBUG [main][MenuItemLookup] Found menu:'File' 10:58:32.817 DEBUG [main][MenuItemLookup] Item match:File 10:58:32.818 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:58:32.818 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:58:32.818 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:58:32.818 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:58:32.818 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:32.818 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:58:32.818 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:58:32.818 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:32.818 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:58:32.818 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:58:32.818 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:58:32.818 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:58:32.818 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:58:32.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:58:32.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:58:32.843 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:32.844 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:32.844 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:58:32.844 DEBUG [main][EditorHandler] 1 editor(s) found 10:58:32.844 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:58:32.929 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:58:32.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:58:32.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:58:32.930 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:58:32.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:58:32.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:58:32.931 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:58:32.931 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:58:32.931 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:58:32.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:58:32.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:58:32.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:58:32.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:58:32.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:32.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:32.932 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:58:32.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:32.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:32.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:58:32.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:32.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:32.933 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:58:32.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:58:32.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:32.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:32.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:32.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:32.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:32.934 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:32.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:32.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:32.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:58:32.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:58:32.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:58:32.936 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:32.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:32.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:32.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:32.936 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:32.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:32.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:32.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:32.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:32.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:32.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:33.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:33.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:33.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:33.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:33.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:33.938 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:33.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:33.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:33.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:33.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:58:33.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:33.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:33.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:33.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:33.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:33.939 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:33.939 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:33.939 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:58:33.939 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:58:33.939 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:58:33.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:33.940 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:58:33.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:33.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:58:33.940 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:58:33.940 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:58:33.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:33.940 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:58:33.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:33.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:58:33.940 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:58:33.940 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:58:33.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:33.940 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:58:33.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:33.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:58:33.940 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:33.940 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:33.940 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:33.948 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:33.948 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:58:33.949 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:33.949 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:33.949 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:33.953 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:33.953 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:58:33.953 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:58:34.060 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:58:34.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:34.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:58:34.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:58:34.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:58:34.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:58:34.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:34.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:34.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:34.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:34.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@108bd71c is found... 10:58:34.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@108bd71c is found finished successfully 10:58:34.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:58:34.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:34.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:34.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:34.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:34.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:34.073 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:34.073 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:34.073 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 525 10:58:34.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:34.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:34.077 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:58:34.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:34.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:34.077 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:34.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:34.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:34.078 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:34.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:58:34.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:34.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:34.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:34.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:34.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:34.078 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:34.078 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:34.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:34.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:34.127 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:34.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:34.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:34.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:34.128 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:34.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:34.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:34.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:34.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:34.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:34.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:34.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:34.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:35.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:35.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:35.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:35.129 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:35.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:35.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:35.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:35.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:58:35.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:35.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:35.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:35.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:35.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:35.130 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:35.130 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:35.130 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:58:35.131 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:58:35.131 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:58:35.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:35.131 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:58:35.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:35.131 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:58:35.131 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:58:35.131 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:58:35.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:35.131 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:58:35.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:35.131 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:58:35.131 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:58:35.131 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:58:35.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:35.131 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:58:35.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:35.131 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:58:35.131 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:35.131 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:35.131 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:35.138 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:35.138 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:58:35.138 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:35.138 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:35.138 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:35.142 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:35.142 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:58:35.142 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:58:35.171 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:58:35.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:35.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:58:35.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:58:35.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:58:35.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:35.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:35.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:35.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:35.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@66eb4229 is found... 10:58:35.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@66eb4229 is found finished successfully 10:58:35.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:58:35.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:35.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:35.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:35.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:35.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:35.174 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:35.174 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 10:58:35.174 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:58:35.184 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:35.184 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:35.184 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:58:35.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:35.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:35.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:35.185 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:35.185 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:35.185 DEBUG [main][MenuItemLookup] Found menu:'File' 10:58:35.185 DEBUG [main][MenuItemLookup] Item match:File 10:58:35.186 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:58:35.186 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:58:35.186 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:58:35.186 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:58:35.186 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:35.186 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:58:35.186 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:58:35.186 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:35.186 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:58:35.186 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:58:35.198 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:58:35.198 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:58:35.199 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:58:35.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:58:35.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:58:35.218 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:35.218 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:35.218 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:58:35.218 DEBUG [main][EditorHandler] 1 editor(s) found 10:58:35.218 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:58:35.272 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:58:35.272 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:58:35.272 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:58:35.272 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:58:35.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:58:35.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:58:35.273 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:58:35.273 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:58:35.273 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:58:35.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:58:35.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:58:35.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:58:35.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:58:35.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:35.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:35.274 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:58:35.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:35.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:35.274 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:58:35.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:35.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:35.275 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:58:35.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:58:35.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:35.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:35.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:35.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:35.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:35.275 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:35.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:35.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:35.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:58:35.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:58:35.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:58:35.277 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:35.277 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:35.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:35.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:35.278 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:35.278 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:35.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:35.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:35.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:35.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:35.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:35.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:35.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:36.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:36.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:36.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:36.279 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:36.279 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:36.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:36.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:36.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:58:36.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:36.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:36.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:36.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:36.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:36.280 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:36.280 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:36.280 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:58:36.281 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:58:36.281 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:58:36.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:36.281 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:58:36.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:36.281 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:58:36.281 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:58:36.281 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:58:36.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:36.281 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:58:36.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:36.281 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:58:36.281 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:58:36.281 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:58:36.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:36.281 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:58:36.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:36.281 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:58:36.281 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:36.281 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:36.281 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:36.288 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:36.288 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:58:36.288 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:36.288 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:36.289 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:36.293 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:36.293 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:58:36.293 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:58:36.397 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:58:36.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:36.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:58:36.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:58:36.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:58:36.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:58:36.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:36.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:36.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:36.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:36.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@31673bb1 is found... 10:58:36.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@31673bb1 is found finished successfully 10:58:36.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:58:36.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:36.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:36.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:36.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:36.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:36.403 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:36.403 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:36.403 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:58:36.413 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:58:36.430 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:36.430 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 10:58:36.430 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:58:36.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:36.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:36.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:36.431 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:36.431 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:36.431 DEBUG [main][MenuItemLookup] Found menu:'File' 10:58:36.431 DEBUG [main][MenuItemLookup] Item match:File 10:58:36.431 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:58:36.431 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:58:36.431 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:58:36.431 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:58:36.431 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:36.432 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:58:36.432 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:58:36.432 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:36.432 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:58:36.432 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:58:36.432 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:58:36.432 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:58:36.432 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:58:36.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:58:36.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:58:36.458 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:36.458 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 10:58:36.458 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 10:58:37.458 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:37.458 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 10:58:37.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:37.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:37.459 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:58:37.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:37.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:37.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:37.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:37.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:37.460 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:37.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:58:37.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:37.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:37.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:37.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:37.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:37.461 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:37.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:37.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:37.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:37.490 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:37.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:37.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:37.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:37.491 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:37.491 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:37.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:37.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:37.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:37.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:37.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:37.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:37.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:38.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:38.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:38.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:38.493 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:38.493 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:38.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:38.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:38.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:58:38.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:38.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:38.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:38.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:38.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:38.494 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:38.494 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:38.494 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:58:38.494 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:58:38.494 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:58:38.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:38.494 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:58:38.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:38.494 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:58:38.494 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:58:38.494 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:58:38.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:38.495 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:58:38.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:38.495 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:58:38.495 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:58:38.495 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:58:38.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:38.495 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:58:38.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:38.495 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:58:38.495 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:38.495 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:38.495 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:38.500 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:38.500 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:58:38.500 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:38.500 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:38.500 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:38.506 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:38.506 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:58:38.506 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:58:38.542 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:58:38.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:38.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:58:38.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:58:38.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:58:38.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:38.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:38.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:38.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:38.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@20f0772e is found... 10:58:38.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@20f0772e is found finished successfully 10:58:38.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') 10:58:38.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:38.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:38.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:38.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:38.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:38.545 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:38.545 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 10:58:38.545 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:58:38.552 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:38.552 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:38.552 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:58:38.552 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:38.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:38.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:38.553 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:38.553 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:38.553 DEBUG [main][MenuItemLookup] Found menu:'File' 10:58:38.553 DEBUG [main][MenuItemLookup] Item match:File 10:58:38.553 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:58:38.553 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:58:38.553 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:58:38.553 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:58:38.553 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:38.553 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:58:38.553 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:58:38.553 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:38.553 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:58:38.553 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:58:38.554 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:58:38.554 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:58:38.554 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:58:38.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:58:38.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:58:38.581 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:38.582 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:38.582 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:58:38.582 DEBUG [main][EditorHandler] 1 editor(s) found 10:58:38.582 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:58:38.665 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:58:38.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:58:38.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:58:38.665 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:58:38.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:58:38.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:58:38.665 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:58:38.665 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:58:38.665 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:58:38.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:58:38.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:58:38.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:58:38.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:58:38.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:38.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:38.666 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:58:38.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:38.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:38.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:58:38.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:38.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:38.667 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:58:38.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:58:38.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:38.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:38.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:38.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:38.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:38.668 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:38.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:38.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:38.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:58:38.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:58:38.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:58:38.669 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:38.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:38.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:38.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:38.670 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:38.670 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:38.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:38.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:38.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:38.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:38.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:39.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:39.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:39.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:39.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:39.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:39.672 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:39.672 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:39.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:39.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:39.673 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:58:39.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:39.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:39.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:39.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:39.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:39.673 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:39.673 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:39.673 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:58:39.674 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:58:39.674 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:58:39.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:39.674 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:58:39.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:39.674 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:58:39.674 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:58:39.674 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:58:39.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:39.674 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:58:39.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:39.674 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:58:39.674 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:58:39.674 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:58:39.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:39.674 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:58:39.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:39.674 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:58:39.674 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:39.674 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:39.674 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:39.682 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:39.682 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:58:39.682 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:39.682 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:39.682 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:39.686 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:39.686 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:58:39.686 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:58:39.804 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:58:39.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:39.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:58:39.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:58:39.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:58:39.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:58:39.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:39.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:39.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:39.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:39.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e8d771b is found... 10:58:39.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e8d771b is found finished successfully 10:58:39.809 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:58:39.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:39.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:39.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:39.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:39.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:39.816 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:39.816 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:39.816 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 { 10:58:39.821 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:39.821 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:39.821 INFO [WorkbenchTestable][AbstractEditor] Open editor's open on assistant 10:58:39.821 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 10:58:40.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:58:40.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:58:40.821 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:40.821 DEBUG [main][MenuItemLookup] Found menu:'File' 10:58:40.822 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:58:40.822 DEBUG [main][MenuItemLookup] Found menu:'Source' 10:58:40.822 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 10:58:40.822 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:58:40.822 DEBUG [main][MenuItemLookup] Item match:Navigate 10:58:40.822 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 10:58:40.822 DEBUG [main][MenuItemLookup] Found menu:'Go To' 10:58:40.822 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:40.822 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 10:58:40.822 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 10:58:40.822 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 10:58:40.822 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 10:58:40.822 DEBUG [main][MenuItemLookup] Item match:Open Hyperlink 10:58:40.823 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open Hyperlin&k" 10:58:40.823 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Hyperlink 10:58:40.823 INFO [main][MenuItemHandler] Select menu item: Open Hyperlin&k 10:58:40.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 10:58:40.871 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 10:58:40.871 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:58:40.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:58:40.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:58:40.871 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 10:58:40.871 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:58:40.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:40.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:40.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:40.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:40.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:58:40.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:58:40.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:58:40.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 10:58:40.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 10:58:40.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:40.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:40.872 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:58:40.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:58:40.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:58:40.872 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 10:58:40.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 10:58:40.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:40.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:40.872 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") 10:58:40.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:40.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:40.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:41.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:41.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:41.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:41.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:41.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:58:41.874 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 10:58:41.874 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 10:58:41.874 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:58:41.874 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 10:58:41.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 10:58:42.387 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 10:58:42.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:42.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:42.388 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:58:42.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:42.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:42.389 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:42.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:42.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:42.390 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:42.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:58:42.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:42.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:42.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:42.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:42.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:42.391 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:42.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:42.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:42.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:42.402 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:42.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:42.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:42.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:42.403 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:42.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:42.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:42.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:42.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:42.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:42.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:42.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:42.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:43.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:43.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:43.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:43.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:43.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:43.905 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:43.905 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:43.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:43.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:43.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:58:43.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:43.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:43.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:43.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:43.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:43.906 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:43.906 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:43.907 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:58:43.907 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:58:43.907 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:58:43.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:43.907 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:58:43.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:43.907 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:58:43.907 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:58:43.907 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:58:43.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:43.908 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:58:43.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:43.908 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:58:43.908 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:58:43.908 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:58:43.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:43.908 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:58:43.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:43.908 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:58:43.908 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:43.908 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:43.908 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:43.914 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:43.914 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:58:43.914 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:43.915 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:43.915 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:43.922 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:43.922 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:58:43.922 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:58:43.955 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:58:43.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:43.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:58:43.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:58:43.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:58:43.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:43.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:43.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:43.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:43.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@52cb8ae9 is found... 10:58:43.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@52cb8ae9 is found finished successfully 10:58:43.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:58:43.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:43.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:43.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:43.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:43.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:43.958 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:43.958 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:43.958 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:58:43.975 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:43.975 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:43.975 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:58:43.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:43.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:43.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:43.976 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:43.976 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:43.976 DEBUG [main][MenuItemLookup] Found menu:'File' 10:58:43.976 DEBUG [main][MenuItemLookup] Item match:File 10:58:43.976 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:58:43.977 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:58:43.977 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:58:43.977 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:58:43.977 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:43.977 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:58:43.977 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:58:43.977 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:43.977 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:58:43.977 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:58:43.977 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:58:43.977 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:58:43.977 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:58:44.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:58:44.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:58:44.005 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:44.006 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:44.006 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:58:44.006 DEBUG [main][EditorHandler] 1 editor(s) found 10:58:44.006 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:58:44.081 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:58:44.081 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:58:44.081 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:58:44.081 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:58:44.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:58:44.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:58:44.081 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:58:44.081 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:58:44.081 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:58:44.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:58:44.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:58:44.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:58:44.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:58:44.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:44.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:44.082 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:58:44.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:44.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:44.083 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:58:44.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:44.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:44.083 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:58:44.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:58:44.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:44.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:44.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:44.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:44.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:44.084 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:44.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:44.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:44.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:58:44.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:58:44.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:58:44.086 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:44.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:44.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:44.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:44.086 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:44.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:44.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:44.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:44.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:44.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:44.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:44.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:44.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:45.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:45.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:45.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:45.088 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:45.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:45.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:45.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:45.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:58:45.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:45.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:45.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:45.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:45.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:45.089 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:45.089 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:45.089 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:58:45.090 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:58:45.090 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:58:45.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:45.090 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:58:45.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:45.090 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:58:45.090 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:58:45.090 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:58:45.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:45.090 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:58:45.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:45.090 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:58:45.090 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:58:45.090 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:58:45.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:45.090 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:58:45.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:45.090 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:58:45.090 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:45.090 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:45.091 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:45.098 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:45.098 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:58:45.099 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:45.099 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:45.099 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:45.103 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:45.103 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:58:45.103 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:58:45.211 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:58:45.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:45.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:58:45.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:58:45.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:58:45.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:58:45.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:45.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:45.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:45.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:45.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5a7999b2 is found... 10:58:45.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5a7999b2 is found finished successfully 10:58:45.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:58:45.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:45.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:45.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:45.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:45.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:45.223 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:45.223 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:45.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:45.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:45.224 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:58:45.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:45.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:45.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:45.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:45.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:45.225 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:45.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:58:45.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:45.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:45.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:45.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:45.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:45.226 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:45.226 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:45.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:45.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:45.255 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:45.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:45.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:45.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:45.255 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:45.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:45.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:45.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:45.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:45.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:45.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:45.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:45.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:46.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:46.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:46.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:46.257 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:46.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:46.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:46.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:46.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:58:46.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:46.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:46.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:46.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:46.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:46.258 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:46.258 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:46.258 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:58:46.258 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:58:46.258 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:58:46.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:46.258 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:58:46.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:46.258 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:58:46.259 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:58:46.259 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:58:46.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:46.259 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:58:46.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:46.259 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:58:46.259 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:58:46.259 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:58:46.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:46.259 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:58:46.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:46.259 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:58:46.259 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:46.259 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:46.259 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:46.264 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:46.264 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:58:46.264 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:46.264 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:46.264 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:46.270 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:46.270 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:58:46.270 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:58:46.298 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:58:46.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:46.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:58:46.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:58:46.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:58:46.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:46.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:46.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:46.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:46.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7993ccd4 is found... 10:58:46.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7993ccd4 is found finished successfully 10:58:46.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:58:46.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:46.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:46.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:46.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:46.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:46.301 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:46.301 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:46.301 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:58:46.311 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:46.311 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:46.311 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:58:46.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:46.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:46.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:46.312 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:46.312 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:46.312 DEBUG [main][MenuItemLookup] Found menu:'File' 10:58:46.312 DEBUG [main][MenuItemLookup] Item match:File 10:58:46.312 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:58:46.312 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:58:46.312 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:58:46.312 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:58:46.312 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:46.312 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:58:46.312 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:58:46.312 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:46.312 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:58:46.312 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:58:46.313 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:58:46.313 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:58:46.313 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:58:46.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:58:46.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:58:46.338 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:46.338 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:46.338 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:58:46.338 DEBUG [main][EditorHandler] 1 editor(s) found 10:58:46.338 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:58:46.394 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:58:46.394 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:58:46.394 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:58:46.394 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:58:46.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:58:46.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:58:46.394 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:58:46.394 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:58:46.394 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:58:46.394 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:58:46.394 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:58:46.394 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:58:46.394 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:58:46.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:46.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:46.395 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:58:46.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:46.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:46.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:58:46.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:46.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:46.426 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:58:46.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:58:46.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:46.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:46.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:46.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:46.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:46.426 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:46.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:46.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:46.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:58:46.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:58:46.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:58:46.428 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:46.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:46.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:46.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:46.428 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:46.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:46.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:46.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:46.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:46.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:46.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:46.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:46.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:47.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:47.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:47.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:47.430 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:47.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:47.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:47.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:47.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:58:47.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:47.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:47.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:47.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:47.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:47.431 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:47.431 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:47.431 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:58:47.432 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:58:47.432 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:58:47.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:47.432 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:58:47.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:47.432 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:58:47.432 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:58:47.432 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:58:47.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:47.432 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:58:47.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:47.432 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:58:47.432 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:58:47.432 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:58:47.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:47.432 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:58:47.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:47.432 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:58:47.432 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:47.432 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:47.432 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:47.440 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:47.440 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:58:47.440 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:47.440 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:47.440 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:47.444 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:47.444 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:58:47.444 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:58:47.545 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:58:47.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:47.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:58:47.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:58:47.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:58:47.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:58:47.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:47.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:47.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:47.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:47.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7ca35952 is found... 10:58:47.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7ca35952 is found finished successfully 10:58:47.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:58:47.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:47.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:47.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:47.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:47.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:47.558 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:47.558 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:47.559 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 10:58:47.559 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 10:58:47.759 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 10:58:47.961 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 10:58:47.961 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 10:58:48.162 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 10:58:48.364 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 10:58:48.364 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 10:58:48.565 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 10:58:48.767 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 10:58:48.767 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 10:58:48.967 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 10:58:49.170 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:58:49.170 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 10:58:49.370 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 10:58:50.371 INFO [WorkbenchTestable][TextEditor] Select line 17 in editor 10:58:50.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:50.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:50.381 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:58:50.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:50.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:50.382 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:50.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:50.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:50.382 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:50.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:58:50.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:50.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:50.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:50.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:50.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:50.383 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:50.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:50.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:50.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:50.411 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:50.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:50.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:50.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:50.411 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:50.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:50.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:50.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:50.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:50.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:50.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:50.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:50.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:51.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:51.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:51.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:51.413 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:51.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:51.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:51.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:51.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:58:51.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:51.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:51.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:51.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:51.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:51.414 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:51.414 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:51.414 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 10:58:51.414 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 10:58:51.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 10:58:51.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:51.415 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 10:58:51.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:51.415 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 10:58:51.415 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 10:58:51.415 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 10:58:51.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:51.415 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 10:58:51.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:51.415 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 10:58:51.415 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 10:58:51.415 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 10:58:51.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:58:51.415 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 10:58:51.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:58:51.415 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 10:58:51.415 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:51.415 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:51.415 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:51.420 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:51.420 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 10:58:51.420 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 10:58:51.420 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 10:58:51.421 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 10:58:51.426 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 10:58:51.426 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 10:58:51.426 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 10:58:51.455 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 10:58:51.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:51.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 10:58:51.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 10:58:51.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 10:58:51.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:51.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:51.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:51.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:51.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2c3db462 is found... 10:58:51.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2c3db462 is found finished successfully 10:58:51.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 10:58:51.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:51.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:51.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:51.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:51.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:51.458 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:51.459 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:51.459 INFO [WorkbenchTestable][TextEditor] Set text to editor 10:58:51.470 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:51.470 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:51.470 INFO [WorkbenchTestable][AbstractEditor] Save editor 10:58:51.470 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 10:58:51.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:51.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:51.471 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:51.471 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 10:58:51.471 DEBUG [main][MenuItemLookup] Found menu:'File' 10:58:51.471 DEBUG [main][MenuItemLookup] Item match:File 10:58:51.472 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:58:51.472 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 10:58:51.472 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 10:58:51.472 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 10:58:51.472 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:51.472 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 10:58:51.472 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 10:58:51.472 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:51.472 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 10:58:51.472 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 10:58:51.486 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 10:58:51.486 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 10:58:51.486 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 10:58:51.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 10:58:51.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 10:58:51.505 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:51.505 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 10:58:51.505 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:58:51.505 DEBUG [main][EditorHandler] 1 editor(s) found 10:58:51.539 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 10:58:51.597 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 10:58:51.597 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:58:51.597 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:58:51.597 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:58:51.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:58:51.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:58:51.597 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 10:58:51.597 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:58:51.597 DEBUG [main][EditorHandler] 0 editor(s) found 10:58:51.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:51.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:51.598 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:58:51.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:51.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:51.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:58:51.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:58:51.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:58:51.625 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:58:51.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:58:51.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:51.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:51.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:51.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:51.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:58:51.626 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:51.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:51.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:51.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:58:51.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:58:51.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:58:51.628 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:51.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:51.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:51.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:51.628 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:51.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:51.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:51.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:51.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:51.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:51.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:52.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:52.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:52.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:52.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:52.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:52.630 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:52.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:52.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:52.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:52.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:58:52.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:52.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:52.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:52.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:52.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:52.631 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:52.631 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:52.631 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:52.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:52.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:52.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:52.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:52.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:52.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:53.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:53.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:53.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:53.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:58:53.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:58:53.633 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:53.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:53.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:53.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:53.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:58:53.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:53.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:53.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:53.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:53.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:53.634 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 10:58:53.634 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 10:58:53.634 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:58:53.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:58:53.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:58:53.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:58:53.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:58:53.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:58:53.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:58:53.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:58:53.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:58:53.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:58:53.635 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 10:58:53.635 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 10:58:53.635 DEBUG [main][TreeItemHandler] Set Tree selection 10:58:53.635 DEBUG [main][TreeHandler] Notify Tree about selection event 10:58:53.642 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 10:58:53.650 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 10:58:53.650 DEBUG [WorkbenchTestable][TreeItemHandler] TextEditorTestProject 10:58:53.650 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:58:53.650 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:58:53.682 DEBUG [main][MenuItemLookup] Found menu:'New' 10:58:53.682 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 10:58:53.682 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:53.682 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 10:58:53.682 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:53.682 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 10:58:53.682 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 10:58:53.682 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 10:58:53.682 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 10:58:53.682 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 10:58:53.682 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 10:58:53.682 DEBUG [main][MenuItemLookup] Found menu:'Move...' 10:58:53.682 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 10:58:53.682 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:53.682 DEBUG [main][MenuItemLookup] Found menu:'Import...' 10:58:53.682 DEBUG [main][MenuItemLookup] Found menu:'Export...' 10:58:53.682 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:53.682 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 10:58:53.682 DEBUG [main][MenuItemLookup] Item match:Refresh F5 10:58:53.682 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 10:58:53.682 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 10:58:53.683 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 10:58:53.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:58:53.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 10:58:54.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 10:58:54.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 10:58:55.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 10:58:55.684 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 10:58:56.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 10:58:56.684 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 10:58:57.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 10:58:57.684 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 10:58:58.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 10:58:58.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 10:58:59.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 10:58:59.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 10:58:59.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:58:59.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:58:59.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:58:59.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:58:59.685 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:58:59.685 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:58:59.702 DEBUG [main][MenuItemLookup] Found menu:'New' 10:58:59.702 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 10:58:59.702 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:59.702 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 10:58:59.702 DEBUG [main][MenuItemLookup] Found menu:'' 10:58:59.702 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 10:58:59.702 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 10:58:59.702 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 10:58:59.702 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 10:58:59.702 DEBUG [main][MenuItemLookup] Item match:Delete Delete 10:58:59.702 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 10:58:59.702 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 10:58:59.703 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 10:58:59.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1102): Gtk-CRITICAL **: 10:58:59.738: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1102): Gtk-CRITICAL **: 10:58:59.741: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1102): Gtk-CRITICAL **: 10:58:59.760: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1102): Gtk-CRITICAL **: 10:58:59.775: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 10:59:00.278 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 10:59:00.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 10:59:00.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:00.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:00.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 10:59:00.281 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:00.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:00.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:00.281 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 10:59:00.281 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:00.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:00.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:00.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:00.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:00.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:00.282 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 10:59:00.282 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 10:59:00.282 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 10:59:00.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:00.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:00.282 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:00.282 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:00.282 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:59:00.282 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:00.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:00.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:00.282 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 10:59:00.282 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:00.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:00.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:00.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:00.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:00.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:00.283 INFO [WorkbenchTestable][AbstractButton] Click button OK 10:59:00.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:00.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:00.283 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:00.283 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:00.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 10:59:00.287 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 10:59:00.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 10:59:00.787 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 10:59:00.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:59:00.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 10:59:00.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 10:59:00.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:59:00.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:59:00.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:59:00.787 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:59:00.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:59:00.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:00.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 10:59:00.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:00.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:00.788 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 10:59:00.789 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:00.789 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:00.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:00.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 145.771 s - in org.eclipse.reddeer.workbench.test.editor.TextEditorTest setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.299 s getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.409 s notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.084 s insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.344 s selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.245 s selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.204 s getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.387 s getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.38 s insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.369 s contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.702 s openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.546 s getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.219 s getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.389 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.44 s closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.884 s quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.63 s getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.144 s selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.145 s testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.819 s openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.934 s insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.348 s getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.499 s insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.398 s closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.872 s setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.186 s getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 11.79 s insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.342 s getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.392 s closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.416 s getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.313 s selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.203 s Running org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 10:59:00.800 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 10:59:00.801 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:59:00.801 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:00.801 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 10:59:00.801 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:00.801 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:59:00.801 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:00.801 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:59:00.801 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:00.801 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 10:59:00.801 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.*'] 10:59:00.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:00.801 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.*'] 10:59:00.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:00.802 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.*'] 10:59:00.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:00.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:00.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:00.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:00.802 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:00.802 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:59:00.802 DEBUG [main][MenuItemLookup] Found menu:'File' 10:59:00.802 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:59:00.802 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:59:00.802 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:59:00.802 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:59:00.802 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:59:00.802 DEBUG [main][MenuItemLookup] Item match:Window 10:59:00.803 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:59:00.803 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:59:00.803 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:59:00.803 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:00.803 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:59:00.803 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 10:59:00.803 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:00.803 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 10:59:00.803 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:00.803 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 10:59:00.803 DEBUG [main][MenuItemLookup] Item match:Preferences 10:59:00.803 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 10:59:00.803 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 10:59:00.803 INFO [main][MenuItemHandler] Select menu item: &Preferences 10:59:00.878 DEBUG [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.... 10:59:00.879 DEBUG [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 10:59:00.879 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 10:59:00.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:00.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:00.881 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 10:59:00.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:00.881 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 10:59:00.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:00.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:00.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:00.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:00.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:59:00.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:59:00.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:59:00.882 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) 10:59:00.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:00.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:00.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:00.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:00.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:00.884 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 10:59:00.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:00.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:00.884 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:00.884 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:00.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:59:00.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:59:00.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:00.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:00.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:00.907 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:59:00.907 DEBUG [main][EditorHandler] 0 editor(s) found 10:59:00.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:00.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:00.908 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:59:00.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:00.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:00.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:00.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:00.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:00.909 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:00.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:59:00.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:00.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:00.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:00.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:00.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:00.910 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:59:00.910 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:59:00.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:00.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:00.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:00.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:00.911 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:59:00.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:59:00.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:00.911 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 10:59:00.912 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:59:00.912 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:59:00.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:00.912 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 10:59:00.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:00.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:00.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:00.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:00.913 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:59:00.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:59:00.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:00.913 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 10:59:00.913 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:00.913 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 10:59:00.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 10:59:00.914 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:00.914 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:00.914 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:00.914 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:59:00.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:00.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:59:00.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:00.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 10:59:00.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:00.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:59:00.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:00.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:59:00.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:00.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:59:00.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:00.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 10:59:00.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:00.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:59:00.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:00.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:59:00.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:00.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:00.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:00.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:00.923 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:00.923 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:59:00.923 DEBUG [main][MenuItemLookup] Found menu:'File' 10:59:00.923 DEBUG [main][MenuItemLookup] Item match:File 10:59:00.924 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:59:00.924 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 10:59:00.925 DEBUG [main][MenuItemLookup] Found menu:'Project...' 10:59:00.925 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:00.925 DEBUG [main][MenuItemLookup] Found menu:'Folder' 10:59:00.925 DEBUG [main][MenuItemLookup] Found menu:'File' 10:59:00.925 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 10:59:00.925 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:00.925 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 10:59:00.925 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 10:59:00.925 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 10:59:00.925 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 10:59:00.925 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 10:59:00.980 DEBUG [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.... 10:59:00.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 10:59:00.983 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 10:59:00.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:00.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:00.984 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 10:59:00.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:00.985 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 10:59:00.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:00.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:00.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:00.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:00.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:59:00.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:59:00.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:59:00.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 10:59:00.986 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:59:00.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:59:00.986 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:59:00.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:59:00.986 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:59:00.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 10:59:00.986 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:59:00.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:59:00.986 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:59:00.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:59:00.986 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:59:00.986 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 10:59:00.986 DEBUG [main][TreeItemHandler] Selecting tree item: Project 10:59:00.987 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 10:59:00.989 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 10:59:00.989 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 10:59:00.989 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 10:59:00.989 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) 10:59:00.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:00.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:00.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:00.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:00.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:00.990 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 10:59:00.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:00.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:00.991 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:00.991 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:01.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:59:01.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:01.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:01.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 10:59:01.012 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 10:59:01.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 10:59:01.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:01.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:01.013 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 10:59:01.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:01.013 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'project' 10:59:01.013 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:") 10:59:01.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:01.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:01.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:01.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:01.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:59:01.015 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:59:01.015 INFO [WorkbenchTestable][AbstractText] Text set to: project 10:59:01.016 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 10:59:01.017 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 10:59:01.017 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) 10:59:01.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:01.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:01.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:01.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:01.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:01.018 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 10:59:01.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:01.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:01.018 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:01.018 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:01.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:59:01.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:59:01.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:59:01.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 10:59:01.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 10:59:01.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:59:01.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:59:01.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:59:01.522 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:59:01.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:01.522 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:59:01.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:01.522 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 10:59:01.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:01.522 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:59:01.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:01.522 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:59:01.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:01.522 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:59:01.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:01.522 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 10:59:01.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:01.523 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:59:01.523 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:01.523 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:59:01.523 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:01.523 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:01.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:01.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:01.523 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:01.523 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:59:01.523 DEBUG [main][MenuItemLookup] Found menu:'File' 10:59:01.523 DEBUG [main][MenuItemLookup] Item match:File 10:59:01.524 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 10:59:01.524 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 10:59:01.525 DEBUG [main][MenuItemLookup] Found menu:'Project...' 10:59:01.525 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:01.525 DEBUG [main][MenuItemLookup] Found menu:'Folder' 10:59:01.525 DEBUG [main][MenuItemLookup] Found menu:'File' 10:59:01.525 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 10:59:01.525 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:01.525 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 10:59:01.525 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 10:59:01.525 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 10:59:01.525 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 10:59:01.525 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 10:59:01.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 10:59:01.578 DEBUG [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 10:59:01.578 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 10:59:01.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:01.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:01.579 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 10:59:01.579 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:01.579 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 10:59:01.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:01.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:01.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:01.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:01.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:59:01.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:59:01.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:59:01.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 10:59:01.580 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:59:01.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:59:01.580 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:59:01.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:59:01.580 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:59:01.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 10:59:01.581 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:59:01.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:59:01.581 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:59:01.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:59:01.581 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:59:01.581 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 10:59:01.581 DEBUG [main][TreeItemHandler] Selecting tree item: File 10:59:01.581 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 10:59:01.584 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 10:59:01.584 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 10:59:01.584 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 10:59:01.584 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) 10:59:01.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:01.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:01.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:01.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:01.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:01.585 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 10:59:01.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:01.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:01.585 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:01.585 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:01.612 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 10:59:01.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:01.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:01.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 10:59:01.612 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 10:59:01.612 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 10:59:01.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:01.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:01.613 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 10:59:01.613 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:01.613 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:") 10:59:01.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:01.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:01.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:01.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:01.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:59:01.614 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:59:01.615 INFO [WorkbenchTestable][AbstractText] Text set to: project/ 10:59:01.621 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:") 10:59:01.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:01.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:01.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:01.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:01.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:59:01.624 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:59:01.624 INFO [WorkbenchTestable][AbstractText] Text set to: abc.ca 10:59:01.631 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 10:59:01.631 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 10:59:01.631 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) 10:59:01.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:01.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:01.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:01.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:01.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:01.632 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 10:59:01.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:01.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:01.633 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:01.633 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:01.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:59:02.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:59:02.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:59:02.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 10:59:02.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 10:59:02.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:59:02.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:59:02.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:59:02.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:59:02.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 '\*?\Qabc.ca\E') 10:59:02.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:02.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:02.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:02.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:02.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:02.140 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:02.140 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 10:59:02.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:02.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:02.140 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - project/abc.ca - Eclipse Platform' 10:59:02.140 DEBUG [main][MenuItemLookup] Found menu:'File' 10:59:02.140 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:59:02.140 DEBUG [main][MenuItemLookup] Item match:Edit 10:59:02.141 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 10:59:02.141 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 10:59:02.141 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:02.141 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 10:59:02.141 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 10:59:02.141 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 10:59:02.141 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:02.141 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 10:59:02.141 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 10:59:02.141 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 10:59:02.141 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 10:59:02.141 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:02.141 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 10:59:02.141 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:02.141 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 10:59:02.141 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 10:59:02.141 INFO [WorkbenchTestable][AbstractEditor] Content assist menu not found, open via keyboard shortcut 10:59:02.141 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 10:59:02.141 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 10:59:02.342 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 10:59:03.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 10:59:03.343 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 10:59:03.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:03.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:03.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:03.354 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 10:59:03.354 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:03.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:03.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:03.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:03.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:03.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 10:59:03.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:59:03.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:59:03.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 10:59:03.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 10:59:03.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:03.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:03.355 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 10:59:03.355 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 10:59:03.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 10:59:03.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 10:59:03.355 DEBUG [WorkbenchTestable][ContentAssistant] a 10:59:03.356 DEBUG [WorkbenchTestable][ContentAssistant] b 10:59:03.356 DEBUG [WorkbenchTestable][ContentAssistant] c 10:59:03.356 INFO [WorkbenchTestable][AbstractShell] Close shell 10:59:03.356 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 10:59:03.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:59:03.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:59:03.368 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 10:59:03.368 DEBUG [main][EditorHandler] 1 editor(s) found 10:59:03.368 DEBUG [WorkbenchTestable][EditorHandler] Closing editor abc.ca 10:59:03.391 DEBUG [WorkbenchTestable][EditorHandler] Editor abc.ca is closed 10:59:03.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:03.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:03.391 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 10:59:03.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:03.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:03.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:03.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:03.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:03.392 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:03.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 10:59:03.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:03.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:03.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:03.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:03.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:03.393 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:59:03.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:59:03.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:03.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:03.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:03.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:03.395 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:59:03.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:59:03.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:03.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:59:03.395 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:59:03.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:59:03.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:03.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:59:03.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:03.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:03.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:03.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:03.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:04.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:04.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:04.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:04.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:04.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:59:04.897 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:59:04.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:59:04.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:04.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:59:04.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:59:04.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:04.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:04.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:04.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:04.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:59:04.898 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 10:59:04.898 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:59:04.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:59:04.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:04.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:59:04.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:04.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:04.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:05.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:05.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:05.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:05.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:05.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 10:59:05.900 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:59:05.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:59:05.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:05.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:59:05.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:59:05.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:05.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:05.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:05.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:05.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:59:05.901 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 10:59:05.901 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:59:05.901 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:59:05.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:05.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 10:59:05.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 10:59:05.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:05.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:05.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:05.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:05.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:59:05.902 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 10:59:05.902 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 10:59:05.902 DEBUG [main][TreeItemHandler] Set Tree selection 10:59:05.902 DEBUG [main][TreeHandler] Notify Tree about selection event 10:59:05.906 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 10:59:05.907 DEBUG [WorkbenchTestable][TreeItemHandler] project 10:59:05.907 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:59:05.907 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:05.926 DEBUG [main][MenuItemLookup] Found menu:'New' 10:59:05.926 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 10:59:05.926 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:05.926 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 10:59:05.926 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:05.926 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 10:59:05.926 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 10:59:05.926 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 10:59:05.926 DEBUG [main][MenuItemLookup] Found menu:'Move...' 10:59:05.926 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 10:59:05.926 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:05.926 DEBUG [main][MenuItemLookup] Found menu:'Import...' 10:59:05.926 DEBUG [main][MenuItemLookup] Found menu:'Export...' 10:59:05.926 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:05.926 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 10:59:05.926 DEBUG [main][MenuItemLookup] Item match:Refresh F5 10:59:05.926 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 10:59:05.926 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 10:59:05.926 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 10:59:05.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:59:05.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 10:59:06.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:59:06.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:59:06.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 10:59:06.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:59:06.427 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 10:59:06.427 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:06.441 DEBUG [main][MenuItemLookup] Found menu:'New' 10:59:06.441 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 10:59:06.441 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:06.441 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 10:59:06.441 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:06.441 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 10:59:06.441 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 10:59:06.441 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 10:59:06.441 DEBUG [main][MenuItemLookup] Item match:Delete Delete 10:59:06.441 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 10:59:06.441 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 10:59:06.442 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 10:59:06.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 10:59:07.015 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 10:59:07.015 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 10:59:07.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:07.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:07.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 10:59:07.018 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:07.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:07.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:07.018 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 10:59:07.018 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:07.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:07.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:07.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:07.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:07.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:07.019 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 10:59:07.019 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 10:59:07.019 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 10:59:07.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:07.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:07.019 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:07.019 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:07.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 10:59:07.019 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:07.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:07.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:07.019 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 10:59:07.019 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:07.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:07.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:07.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:07.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:07.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:07.020 INFO [WorkbenchTestable][AbstractButton] Click button OK 10:59:07.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:07.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:07.020 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:07.020 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:07.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 10:59:07.023 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 10:59:07.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 10:59:07.524 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 10:59:07.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:59:07.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 10:59:07.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 10:59:07.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:59:07.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:59:07.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:59:07.524 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 10:59:07.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 10:59:07.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:07.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 10:59:07.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:07.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:07.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 10:59:07.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:07.525 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:07.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:07.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:07.526 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 10:59:07.526 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 10:59:07.526 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:07.526 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:07.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:07.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.726 s - in org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) Time elapsed: 6.613 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-1044 [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 10:59:16.468 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 10:59:16.524 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 10:59:16.538 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 10:59:16.539 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 10:59:16.564 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 10:59:16.642 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:59:16.644 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:16.647 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 10:59:16.649 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 10:59:16.650 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 10:59:16.657 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 10:59:16.687 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:16.687 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:59:16.689 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:16.690 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:59:16.726 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:16.726 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 10:59:16.740 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.*'] 10:59:16.742 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:16.744 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.*'] 10:59:16.744 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:16.745 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.*'] 10:59:16.745 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:16.758 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:16.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:16.769 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:16.773 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:59:16.775 DEBUG [main][MenuItemLookup] Found menu:'File' 10:59:16.775 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:59:16.776 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:59:16.776 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:59:16.776 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:59:16.776 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:59:16.776 DEBUG [main][MenuItemLookup] Item match:Window 10:59:16.780 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:59:16.780 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:59:16.780 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:59:16.780 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:16.780 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:59:16.780 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 10:59:16.780 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:16.780 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 10:59:16.780 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:16.780 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 10:59:16.780 DEBUG [main][MenuItemLookup] Item match:Preferences 10:59:16.782 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 10:59:16.782 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 10:59:16.784 INFO [main][MenuItemHandler] Select menu item: &Preferences 10:59:16.965 DEBUG [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.... 10:59:16.968 DEBUG [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 10:59:16.968 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 10:59:16.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:16.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:16.970 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 10:59:16.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:16.987 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 10:59:16.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:16.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:16.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:16.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:16.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:59:17.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:59:17.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:59:17.038 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) 10:59:17.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:17.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:17.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:17.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:17.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:17.060 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 10:59:17.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:17.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:17.061 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:17.062 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:17.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:59:17.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:59:17.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:17.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:17.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:17.134 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:17.136 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 10:59:17.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 10:59:17.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:17.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:17.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:17.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:17.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:17.144 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' view via menu. 10:59:17.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:17.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:17.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:17.146 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:17.146 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:59:17.146 DEBUG [main][MenuItemLookup] Found menu:'File' 10:59:17.146 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:59:17.146 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:59:17.146 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:59:17.146 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:59:17.146 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:59:17.146 DEBUG [main][MenuItemLookup] Item match:Window 10:59:17.147 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:59:17.147 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:59:17.147 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:59:17.147 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:17.148 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:59:17.148 DEBUG [main][MenuItemLookup] Item match:Show View 10:59:17.157 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 10:59:17.157 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:59:17.157 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:59:17.157 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:59:17.157 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:59:17.157 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:59:17.157 DEBUG [main][MenuItemLookup] Found menu:'Properties' 10:59:17.157 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:59:17.157 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:17.157 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:59:17.158 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:59:17.158 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:59:17.158 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:59:17.158 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:59:17.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:59:17.232 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 10:59:17.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:59:17.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:17.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:17.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 10:59:17.236 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:17.237 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:59:17.237 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:17.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:17.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:17.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:17.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:59:17.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:59:17.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:59:17.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children... 10:59:17.240 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 10:59:17.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:59:17.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:59:17.744 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 10:59:17.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children finished successfully 10:59:17.746 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 10:59:17.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:59:17.746 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test UI Forms is already expanded. No action performed 10:59:17.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:59:17.746 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 10:59:17.747 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UI Form Test 10:59:17.747 DEBUG [main][TreeItemHandler] Selecting tree item: UI Form Test 10:59:17.747 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UI Form Test about selection 10:59:17.748 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UI Form Test 10:59:17.748 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:17.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:17.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:17.748 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:59:17.748 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:17.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:17.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:17.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 10:59:17.750 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:17.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:17.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:17.750 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:59:17.750 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:17.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:17.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:17.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:17.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:17.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:17.752 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:59:17.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:17.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:17.752 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:17.752 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:17.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:59:18.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:59:18.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open... 10:59:18.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:18.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:18.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open finished successfully 10:59:18.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:18.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:18.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:18.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:18.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:18.035 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:18.036 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:18.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:18.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:18.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:18.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:18.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:18.063 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:18.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:18.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:18.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:18.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:18.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:18.079 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 10:59:18.079 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:18.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:18.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:18.080 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:18.080 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:18.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:18.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:18.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:18.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:18.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 10:59:18.084 TRACE [main][WidgetHandler] Notify Hyperlink with event 6 10:59:18.084 TRACE [main][WidgetHandler] Wait for synchronization 10:59:18.084 TRACE [main][WidgetHandler] Notify Hyperlink with event 3 10:59:18.084 TRACE [main][WidgetHandler] Wait for synchronization 10:59:18.084 TRACE [main][WidgetHandler] Notify Hyperlink with event 4 10:59:18.084 TRACE [main][WidgetHandler] Wait for synchronization 10:59:18.084 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") 10:59:18.084 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:18.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:18.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:18.086 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:18.086 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:18.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:18.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:18.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:18.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:18.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 10:59:18.107 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 10:59:18.107 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:18.110 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:18.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:18.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:18.112 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 10:59:18.112 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:18.113 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 10:59:18.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 10:59:18.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:18.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:18.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:18.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:18.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:18.130 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:18.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:18.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:18.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:18.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:18.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:18.135 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:18.135 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:18.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:18.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:18.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:18.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:18.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:18.157 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:18.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:18.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:18.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:18.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:18.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:18.161 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") 10:59:18.161 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:18.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:18.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:18.162 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:18.162 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:18.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:18.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:18.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:18.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:18.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:19.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:19.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:59:19.199 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was not found 10:59:19.201 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 10:59:19.201 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:19.201 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:19.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:19.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:19.202 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 10:59:19.202 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:19.203 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 10:59:19.203 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 10:59:19.203 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:19.203 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:19.203 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:19.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.208 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:19.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:19.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:19.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:19.229 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:19.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:19.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:19.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:19.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:19.233 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:19.234 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:19.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:19.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:19.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:19.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:19.239 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 10:59:19.239 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:19.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:19.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:19.239 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:19.239 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:19.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:19.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:59:19.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:59:19.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:19.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 10:59:19.276 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 10:59:19.276 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:19.276 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:19.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:19.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:19.277 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 10:59:19.277 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:19.277 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 10:59:19.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 10:59:19.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:19.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:19.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:19.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.285 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:19.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:19.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:19.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:19.327 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:19.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 '\*?\QUI Form Test\E') 10:59:19.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:19.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:19.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:19.331 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:19.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:19.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:19.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:19.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:19.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:19.337 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") 10:59:19.337 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:19.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:19.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:19.337 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:19.337 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:19.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:19.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:19.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 10:59:19.339 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") 10:59:19.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:19.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:19.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 10:59:19.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 10:59:19.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:19.355 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:19.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:19.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:19.356 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 10:59:19.356 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:19.356 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 10:59:19.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 10:59:19.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:19.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:19.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:19.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.364 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:19.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:19.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:19.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:19.369 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:19.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:19.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:19.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:19.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:19.373 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:19.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:19.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:19.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:19.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:19.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:19.395 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 10:59:19.395 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:19.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:19.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:19.395 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:19.395 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:19.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:19.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:19.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 10:59:19.397 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 10:59:19.397 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:19.397 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:19.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:19.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:19.397 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 10:59:19.398 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:19.398 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 10:59:19.398 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 10:59:19.398 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:19.398 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:19.398 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:19.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.402 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:19.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:19.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:19.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:19.444 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:19.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:19.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:19.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:19.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:19.449 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:19.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:19.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:19.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:19.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:19.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:19.454 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") 10:59:19.454 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:19.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:19.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:19.454 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:19.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:19.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:19.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:19.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 10:59:19.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 10:59:19.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:19.456 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:19.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:19.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:19.472 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 10:59:19.473 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:19.473 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 10:59:19.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 10:59:19.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:19.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:19.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:19.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.479 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:19.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.483 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:19.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:19.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:19.483 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:19.483 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:19.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:19.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:19.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:19.487 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:19.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:19.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:19.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:19.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:19.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:19.492 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") 10:59:19.492 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:19.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:19.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:19.509 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:19.509 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:19.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:19.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:19.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 10:59:19.527 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 10:59:19.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:19.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:19.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 10:59:19.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 10:59:19.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:19.528 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:19.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:19.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:19.529 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 10:59:19.529 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:19.529 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 10:59:19.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 10:59:19.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:19.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:19.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:19.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.533 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:19.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:19.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:19.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:19.537 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:19.537 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:59:19.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:19.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:19.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:19.559 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:19.559 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:19.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:19.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:19.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:19.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:19.563 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") 10:59:19.563 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:19.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:19.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:19.563 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:19.563 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:19.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:19.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:19.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 10:59:19.565 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 10:59:19.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:19.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:59:19.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:59:19.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:19.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 10:59:19.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 10:59:19.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:19.567 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:19.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:19.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:19.567 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 10:59:19.568 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 10:59:19.568 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:19.568 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:19.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:19.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.122 s - in org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.975 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 1.089 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.074 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.079 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.041 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.074 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.056 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.038 s Running org.eclipse.reddeer.uiforms.test.DefaultFormTest 10:59:19.590 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 10:59:19.592 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:59:19.592 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:19.592 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 10:59:19.592 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:19.592 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:59:19.594 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:19.594 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:59:19.594 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:19.594 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 10:59:19.594 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 10:59:19.594 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:19.595 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.*'] 10:59:19.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:19.595 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.*'] 10:59:19.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:19.595 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:19.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:19.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:19.596 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:19.596 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:59:19.596 DEBUG [main][MenuItemLookup] Found menu:'File' 10:59:19.596 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:59:19.596 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:59:19.596 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:59:19.596 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:59:19.596 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:59:19.596 DEBUG [main][MenuItemLookup] Item match:Window 10:59:19.596 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:59:19.597 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:59:19.597 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:59:19.597 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:19.597 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:59:19.597 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 10:59:19.597 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:19.597 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 10:59:19.597 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:19.597 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 10:59:19.597 DEBUG [main][MenuItemLookup] Item match:Preferences 10:59:19.597 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 10:59:19.597 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 10:59:19.597 INFO [main][MenuItemHandler] Select menu item: &Preferences 10:59:19.717 DEBUG [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.... 10:59:19.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 10:59:19.719 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 10:59:19.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:19.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:19.720 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 10:59:19.720 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:19.720 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 10:59:19.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:19.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:19.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:59:19.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:59:19.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:59:19.722 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) 10:59:19.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:19.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:19.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:19.724 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 10:59:19.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:19.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:19.724 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:19.724 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:19.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:59:19.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:59:19.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:19.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:19.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:19.761 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:19.761 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 10:59:19.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 10:59:19.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:19.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:19.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:19.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.765 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:19.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:19.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:19.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:19.769 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:19.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:19.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:19.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:19.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:19.773 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:19.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:19.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:19.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:19.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:19.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:19.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:19.801 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 10:59:19.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:19.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:19.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:19.802 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:19.802 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:59:19.802 DEBUG [main][MenuItemLookup] Found menu:'File' 10:59:19.802 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:59:19.802 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:59:19.802 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:59:19.802 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:59:19.802 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:59:19.802 DEBUG [main][MenuItemLookup] Item match:Window 10:59:19.803 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:59:19.803 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:59:19.803 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:59:19.803 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:19.803 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:59:19.803 DEBUG [main][MenuItemLookup] Item match:Show View 10:59:19.806 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 10:59:19.806 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 10:59:19.806 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 10:59:19.806 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 10:59:19.806 DEBUG [main][MenuItemLookup] Found menu:'Progress' 10:59:19.806 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 10:59:19.806 DEBUG [main][MenuItemLookup] Found menu:'Properties' 10:59:19.806 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 10:59:19.806 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:19.806 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 10:59:19.806 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 10:59:19.840 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 10:59:19.840 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 10:59:19.840 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 10:59:19.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 10:59:19.890 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 10:59:19.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 10:59:19.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:19.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:19.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 10:59:19.891 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:19.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:19.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:19.891 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:59:19.891 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:19.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:19.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:19.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:19.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:19.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:59:19.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:59:19.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:59:19.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 10:59:19.893 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:59:19.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:59:20.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:59:20.398 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:59:20.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 10:59:20.400 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 10:59:20.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 10:59:20.400 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 10:59:20.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 10:59:20.400 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 10:59:20.401 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 10:59:20.401 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 10:59:20.401 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 10:59:20.401 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 10:59:20.401 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:20.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:20.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:20.402 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:59:20.402 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:20.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:20.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:20.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 10:59:20.402 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:20.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:20.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:20.402 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 10:59:20.402 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:20.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:20.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:20.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:20.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:20.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:20.404 INFO [WorkbenchTestable][AbstractButton] Click button &Open 10:59:20.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:20.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:20.404 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:20.404 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:20.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 10:59:20.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 10:59:20.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open... 10:59:20.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:20.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:20.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open finished successfully 10:59:20.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:20.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:20.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:20.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:20.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:20.537 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:20.537 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:59:20.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:20.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:20.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:20.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:20.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:20.540 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 10:59:20.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 10:59:20.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:20.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:20.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:20.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:20.541 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 10:59:20.541 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:20.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:20.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:20.542 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 10:59:20.542 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:20.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:20.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:20.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:21.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:21.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:21.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:59:21.544 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was not found 10:59:21.544 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 10:59:21.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 10:59:21.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:21.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:21.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:21.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:21.545 INFO [WorkbenchTestable][AbstractView] Close view 'Error Log' 10:59:21.545 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Error Log 10:59:21.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 10:59:21.547 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 10:59:21.574 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 10:59:21.574 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:21.574 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:21.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:21.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:21.606 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 10:59:21.606 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:21.606 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 10:59:21.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 10:59:21.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:21.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:21.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:21.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.610 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:21.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:21.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:21.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:21.614 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:21.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 '\*?\QUI Form Test\E') 10:59:21.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:21.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:21.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:21.637 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:21.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:21.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:21.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:21.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:21.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:21.640 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 10:59:21.641 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:21.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:21.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:21.641 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:21.641 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:21.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:21.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:59:21.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:59:21.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:21.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 10:59:21.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:21.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 10:59:21.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:21.665 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:21.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:21.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:21.665 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 10:59:21.666 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:21.666 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 10:59:21.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 10:59:21.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:21.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:21.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:21.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.671 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:21.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.674 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:21.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:21.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:21.675 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:21.675 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:21.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:21.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:21.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:21.679 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:21.679 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:21.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:21.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:21.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:21.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:21.682 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") 10:59:21.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:21.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:21.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:21.698 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:21.698 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:21.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:21.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:21.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 10:59:21.702 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") 10:59:21.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:21.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:21.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 10:59:21.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:21.709 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 10:59:21.709 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:21.709 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:21.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:21.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:21.709 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 10:59:21.709 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:21.709 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 10:59:21.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 10:59:21.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:21.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:21.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:21.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.713 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:21.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:21.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:21.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:21.727 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:21.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:21.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:21.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:21.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:21.730 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:21.730 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:21.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:21.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:21.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:21.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:21.750 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 10:59:21.750 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:21.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:21.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:21.771 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:21.771 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:21.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:21.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:21.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 10:59:21.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:21.778 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 10:59:21.778 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:21.778 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:21.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:21.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:21.779 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 10:59:21.779 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:21.779 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 10:59:21.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 10:59:21.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:21.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:21.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:21.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.785 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:21.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.788 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:21.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:21.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:21.789 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:21.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:21.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:21.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:21.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:21.793 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:21.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:21.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:21.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:21.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:21.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:21.796 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") 10:59:21.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:21.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:21.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:21.797 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:21.797 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:21.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:21.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:21.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 10:59:21.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:21.831 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 10:59:21.831 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:21.831 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:21.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:21.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:21.832 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 10:59:21.832 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:21.832 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 10:59:21.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 10:59:21.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:21.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:21.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:21.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.837 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:21.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:21.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:21.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:21.842 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:21.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:21.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:21.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:21.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:21.869 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:21.869 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:21.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:21.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:21.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:21.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:21.873 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") 10:59:21.873 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:21.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:21.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:21.873 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:21.873 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:21.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:21.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:21.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 10:59:21.875 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 10:59:21.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:21.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:21.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 10:59:21.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:21.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 10:59:21.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:21.927 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:21.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:21.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:21.927 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 10:59:21.927 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:21.928 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 10:59:21.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 10:59:21.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:21.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:21.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:21.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.931 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:21.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:21.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:21.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:21.936 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:21.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:21.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:21.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:21.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:21.940 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:21.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:21.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:21.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:21.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:21.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:21.944 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") 10:59:21.944 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:21.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:21.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:21.944 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:21.944 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:21.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:21.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:21.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:21.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 10:59:21.946 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 10:59:21.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:21.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:59:21.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:59:21.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:21.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 10:59:21.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:21.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:21.969 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 10:59:21.969 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:21.969 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:21.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:21.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:21.970 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 10:59:21.970 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 10:59:21.970 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:21.970 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:21.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:21.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.381 s - in org.eclipse.reddeer.uiforms.test.DefaultFormTest testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 1.845 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.059 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.043 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.07 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.053 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.095 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.042 s Running org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 10:59:21.980 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 10:59:21.981 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:59:21.981 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:21.981 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 10:59:21.981 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:21.981 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:59:21.981 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:21.981 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:59:21.981 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:21.981 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 10:59:21.982 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.*'] 10:59:21.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:21.983 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.*'] 10:59:21.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:21.983 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.*'] 10:59:21.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:21.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:21.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:21.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:21.984 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:21.984 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:59:21.984 DEBUG [main][MenuItemLookup] Found menu:'File' 10:59:21.984 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:59:21.984 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:59:21.984 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:59:21.984 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:59:21.984 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:59:21.984 DEBUG [main][MenuItemLookup] Item match:Window 10:59:21.985 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:59:21.985 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:59:21.985 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:59:21.985 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:21.985 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:59:21.985 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 10:59:21.985 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:21.985 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 10:59:21.985 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:21.985 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 10:59:21.985 DEBUG [main][MenuItemLookup] Item match:Preferences 10:59:21.985 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 10:59:21.985 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 10:59:21.985 INFO [main][MenuItemHandler] Select menu item: &Preferences 10:59:22.100 DEBUG [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.... 10:59:22.102 DEBUG [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 10:59:22.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 10:59:22.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:22.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:22.103 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 10:59:22.103 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:22.104 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 10:59:22.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:22.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:22.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:22.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:22.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:59:22.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:59:22.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:59:22.105 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) 10:59:22.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:22.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:22.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:22.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:22.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:22.109 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 10:59:22.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:22.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:22.133 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:22.133 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:22.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:59:22.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:59:22.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:22.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:22.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:22.157 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:22.157 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 10:59:22.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 10:59:22.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:22.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:22.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:22.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:22.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:22.179 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:22.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:22.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:22.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:22.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:22.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:22.183 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:22.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:22.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:22.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:22.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:22.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:22.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:22.186 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:22.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:22.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:22.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:22.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:22.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:22.192 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) 10:59:22.192 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:22.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:22.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:22.206 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:22.206 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:22.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:22.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:22.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:22.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:22.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 10:59:22.233 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: ") 10:59:22.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:22.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:22.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:22.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:22.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:23.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:23.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:23.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:59:23.236 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 10:59:23.236 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 10:59:23.236 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:23.236 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:23.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:23.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:23.236 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 10:59:23.237 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:23.237 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 10:59:23.237 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 10:59:23.237 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:23.237 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:23.237 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:23.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:23.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:23.240 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:23.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:23.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:23.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:23.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:23.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:23.244 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:23.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:59:23.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:23.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:23.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:23.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:23.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:23.247 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:23.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:23.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:23.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:23.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:23.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:23.267 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) 10:59:23.267 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:23.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:23.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:23.283 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:23.283 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:23.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:23.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:23.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:23.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:23.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 10:59:23.289 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: ") 10:59:23.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:23.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:23.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:23.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:23.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:59:23.289 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:59:23.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 10:59:23.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:23.291 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:23.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:23.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:23.291 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 10:59:23.291 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:23.291 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 10:59:23.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 10:59:23.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:23.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:23.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:23.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:23.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:23.295 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:23.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:23.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:23.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:23.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:23.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:23.318 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:23.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:59:23.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:23.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:23.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:23.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:23.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:23.324 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:23.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:23.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:23.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:23.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:23.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:23.327 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") 10:59:23.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:23.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:23.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:23.327 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:23.327 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:23.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:23.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:23.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:23.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:23.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:24.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:24.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:59:24.344 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was not found 10:59:24.344 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 10:59:24.344 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:24.344 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:24.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:24.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:24.344 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 10:59:24.345 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:24.345 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 10:59:24.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 10:59:24.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:24.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:24.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:24.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.348 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:24.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:24.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:24.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:24.369 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:24.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:24.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:24.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:24.373 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:24.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:24.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:24.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:24.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:24.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:24.376 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) 10:59:24.376 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:24.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:24.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:24.376 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:24.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:24.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:59:24.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:59:24.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:24.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 10:59:24.378 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 10:59:24.378 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:24.378 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:24.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:24.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:24.379 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 10:59:24.379 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:24.379 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 10:59:24.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 10:59:24.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:24.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:24.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:24.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.383 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:24.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.404 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:24.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:24.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:24.405 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:24.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:24.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:24.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:24.408 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:24.408 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:24.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:24.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:24.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:24.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:24.411 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") 10:59:24.411 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:24.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:24.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:24.412 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:24.412 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:24.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:24.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 10:59:24.413 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") 10:59:24.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:24.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 10:59:24.415 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 10:59:24.415 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:24.415 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:24.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:24.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:24.415 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 10:59:24.415 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:24.415 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 10:59:24.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 10:59:24.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:24.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:24.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:24.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.434 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:24.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:24.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:24.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:24.440 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:24.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:24.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:24.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:24.444 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:24.444 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:24.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:24.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:24.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:24.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:24.447 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) 10:59:24.447 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:24.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:24.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:24.447 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:24.447 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:24.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:24.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 10:59:24.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 10:59:24.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:24.448 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:24.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:24.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:24.449 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 10:59:24.449 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:24.449 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 10:59:24.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 10:59:24.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:24.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:24.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:24.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.468 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:24.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:24.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:24.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:24.473 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:24.473 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:24.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:24.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:24.477 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:24.477 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:24.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:24.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:24.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:24.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:24.480 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") 10:59:24.480 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:24.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:24.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:24.480 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:24.480 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:24.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:24.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 10:59:24.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 10:59:24.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:24.482 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:24.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:24.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:24.482 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 10:59:24.483 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:24.483 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 10:59:24.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 10:59:24.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:24.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:24.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:24.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.502 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:24.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:24.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:24.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:24.507 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:24.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:24.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:24.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:24.510 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:24.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:24.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:24.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:24.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:24.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:24.513 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") 10:59:24.513 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:24.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:24.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:24.513 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:24.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:24.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:24.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 10:59:24.514 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) 10:59:24.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:24.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 10:59:24.515 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 10:59:24.515 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:24.515 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:24.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:24.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:24.516 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 10:59:24.516 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:24.516 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 10:59:24.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 10:59:24.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:24.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:24.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:24.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.537 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:24.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.540 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:24.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:24.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:24.540 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:24.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 '\*?\QUI Form Test\E') 10:59:24.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:24.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:24.544 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:24.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:24.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:24.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:24.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:24.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:24.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 10:59:24.547 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:24.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:24.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:24.547 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:24.547 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:24.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:24.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 10:59:24.549 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) 10:59:24.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:59:24.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:59:24.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:24.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 10:59:24.551 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 10:59:24.551 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:24.551 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:24.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:24.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:24.551 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 10:59:24.551 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 10:59:24.551 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:24.551 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:24.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:24.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.572 s - in org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.079 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.054 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.053 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.034 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.036 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.034 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.033 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.033 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.035 s Running org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:24.566 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:24.567 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:59:24.567 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:24.567 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:24.567 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:24.567 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:59:24.570 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:24.570 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:59:24.570 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:24.570 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 10:59:24.570 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.*'] 10:59:24.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:24.571 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.*'] 10:59:24.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:24.571 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.*'] 10:59:24.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:24.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:24.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:24.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:24.571 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:24.571 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:59:24.571 DEBUG [main][MenuItemLookup] Found menu:'File' 10:59:24.572 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:59:24.572 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:59:24.572 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:59:24.572 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:59:24.572 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:59:24.572 DEBUG [main][MenuItemLookup] Item match:Window 10:59:24.572 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:59:24.572 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:59:24.572 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:59:24.572 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:24.572 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:59:24.572 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 10:59:24.572 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:24.572 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 10:59:24.572 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:24.573 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 10:59:24.573 DEBUG [main][MenuItemLookup] Item match:Preferences 10:59:24.573 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 10:59:24.573 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 10:59:24.573 INFO [main][MenuItemHandler] Select menu item: &Preferences 10:59:24.688 DEBUG [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.... 10:59:24.690 DEBUG [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 10:59:24.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 10:59:24.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:24.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:24.692 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 10:59:24.692 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:24.692 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 10:59:24.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:24.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:59:24.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:59:24.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:59:24.693 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) 10:59:24.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:24.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:24.695 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 10:59:24.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:24.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:24.695 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:24.695 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:24.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:59:24.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:59:24.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:24.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:24.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:24.743 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:24.744 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 10:59:24.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:24.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:24.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:24.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:24.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.747 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:24.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.768 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:24.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:24.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:24.768 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:24.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:24.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:24.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:24.771 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:24.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:24.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:24.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:24.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:24.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:24.776 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 10:59:24.776 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:24.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:24.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:24.777 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:24.777 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:24.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:24.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 10:59:24.780 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") 10:59:24.780 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:24.780 TRACE [main][WidgetHandler] Notify FormText with event 1 10:59:24.780 TRACE [main][WidgetHandler] Wait for synchronization 10:59:24.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:24.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:24.799 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:24.799 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:24.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:24.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 10:59:24.799 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:24.799 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:24.799 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:24.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:24.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:24.800 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 10:59:24.800 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:24.800 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 10:59:24.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:24.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:24.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:24.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:24.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.803 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:24.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:24.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:24.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:24.807 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:24.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:24.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:24.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:24.811 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:24.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:24.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:24.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:24.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:24.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:24.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 10:59:24.814 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:24.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:24.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:24.814 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:24.814 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:24.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:24.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 10:59:24.832 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 10:59:24.832 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:24.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:24.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:24.832 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:24.832 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:24.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:59:24.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:59:24.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:24.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 10:59:24.834 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:24.834 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:24.834 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:24.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:24.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:24.834 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 10:59:24.834 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:24.834 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 10:59:24.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:24.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:24.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:24.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:24.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.838 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:24.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:24.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:24.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:24.842 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:24.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:24.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:24.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:24.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:24.845 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:24.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:24.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:24.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:24.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:24.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:24.851 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") 10:59:24.851 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:24.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:24.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:24.866 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:24.866 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:24.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:24.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:24.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:25.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:25.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:25.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:25.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:25.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:59:25.885 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was not found 10:59:25.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:25.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:25.885 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:25.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:25.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:25.885 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 10:59:25.886 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:25.886 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 10:59:25.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:25.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:25.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:25.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:25.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:25.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:25.890 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:25.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:25.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:25.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:25.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:25.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:25.911 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:25.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 '\*?\QUI Form Test\E') 10:59:25.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:25.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:25.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:25.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:25.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:25.914 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:25.914 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:25.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:25.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:25.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:25.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:25.918 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 10:59:25.918 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:25.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:25.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:25.918 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:25.918 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:25.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:25.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:59:25.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:59:25.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:25.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 10:59:25.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:25.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:25.919 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:25.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:25.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:25.920 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 10:59:25.920 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:25.920 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 10:59:25.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:25.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:25.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:25.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:25.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:25.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:25.923 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:25.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:25.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:25.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:25.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:25.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:25.944 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:25.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:25.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:25.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:25.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:25.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:25.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:25.947 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:25.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:25.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:25.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:25.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:25.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:25.950 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 10:59:25.950 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:25.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:25.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:25.950 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:25.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:25.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:25.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:25.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:25.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:25.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 10:59:25.951 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:25.951 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:25.951 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:25.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:25.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:25.952 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 10:59:25.952 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:25.952 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 10:59:25.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:25.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:25.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:25.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:25.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:25.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:25.955 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:25.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:25.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:25.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:25.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:25.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:25.959 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:25.959 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:25.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:25.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:25.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:25.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:25.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:25.979 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:25.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:25.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:25.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:25.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:25.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:25.982 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") 10:59:25.982 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:25.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:25.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:25.982 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:25.982 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:25.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:25.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:25.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:25.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:25.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 10:59:25.984 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") 10:59:25.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:25.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:25.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:25.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:25.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 10:59:25.985 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:25.985 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:25.985 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:25.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:25.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:25.985 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 10:59:25.985 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:25.985 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 10:59:25.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:25.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:25.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:25.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:25.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:25.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:25.989 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:25.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:25.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:25.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:25.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:25.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:25.992 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:25.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:25.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:25.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:26.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:26.012 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:26.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:26.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:26.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:26.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:26.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:26.016 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 10:59:26.016 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:26.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:26.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:26.016 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:26.016 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:26.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:26.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:26.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 10:59:26.017 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:26.017 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:26.017 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:26.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:26.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:26.017 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 10:59:26.017 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:26.018 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 10:59:26.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:26.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:26.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:26.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:26.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.024 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:26.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:26.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:26.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:26.044 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:26.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:26.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:26.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:26.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:26.047 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:26.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:26.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:26.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:26.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:26.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:26.051 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 10:59:26.051 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:26.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:26.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:26.051 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:26.051 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:26.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:26.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:26.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 10:59:26.052 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:26.052 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:26.052 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:26.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:26.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:26.052 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 10:59:26.053 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:26.053 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 10:59:26.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:26.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:26.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:26.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:26.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.056 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:26.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:26.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:26.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:26.077 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:26.077 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:59:26.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:26.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:26.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:26.080 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:26.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:26.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:26.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:26.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:26.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:26.084 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") 10:59:26.084 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:26.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:26.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:26.084 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:26.084 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:26.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:26.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:26.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 10:59:26.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:26.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:26.085 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:26.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:26.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:26.086 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 10:59:26.086 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:26.086 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 10:59:26.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:26.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:26.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:26.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:26.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.089 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:26.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.092 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:26.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:26.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:26.093 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:26.093 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:26.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:26.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:26.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:26.133 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:26.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:26.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:26.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:26.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:26.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:26.137 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") 10:59:26.137 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:26.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:26.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:26.137 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:26.137 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:26.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:26.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:26.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 10:59:26.139 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 10:59:26.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:26.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:26.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 10:59:26.140 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:26.140 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:26.140 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:26.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:26.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:26.140 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 10:59:26.141 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:26.141 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 10:59:26.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:26.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:26.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:26.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:26.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.144 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:26.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.164 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:26.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:26.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:26.165 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:26.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') 10:59:26.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:26.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:26.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:26.168 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:26.168 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:26.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:26.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:26.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:26.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:26.171 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") 10:59:26.171 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:26.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:26.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:26.172 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:26.172 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:26.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:26.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:26.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 10:59:26.173 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 10:59:26.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:26.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:59:26.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:59:26.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:26.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 10:59:26.174 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:26.174 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:26.174 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:26.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:26.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:26.175 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 10:59:26.175 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 10:59:26.175 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:26.175 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:26.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:26.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.609 s - in org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.056 s hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.034 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 1.051 s indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.034 s defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.032 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.033 s hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.032 s getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.034 s titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.033 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.054 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.034 s Running org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 10:59:26.184 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 10:59:26.184 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:59:26.185 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:26.185 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 10:59:26.185 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:26.185 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:59:26.197 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:26.197 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:59:26.197 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:26.197 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 10:59:26.197 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.*'] 10:59:26.197 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:26.197 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.*'] 10:59:26.197 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:26.197 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.*'] 10:59:26.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:26.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:26.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:26.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:26.198 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:26.198 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 10:59:26.198 DEBUG [main][MenuItemLookup] Found menu:'File' 10:59:26.199 DEBUG [main][MenuItemLookup] Found menu:'Edit' 10:59:26.199 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 10:59:26.199 DEBUG [main][MenuItemLookup] Found menu:'Search' 10:59:26.199 DEBUG [main][MenuItemLookup] Found menu:'Project' 10:59:26.199 DEBUG [main][MenuItemLookup] Found menu:'Window' 10:59:26.199 DEBUG [main][MenuItemLookup] Item match:Window 10:59:26.199 DEBUG [main][MenuItemLookup] Found menu:'New Window' 10:59:26.199 DEBUG [main][MenuItemLookup] Found menu:'Editor' 10:59:26.199 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 10:59:26.199 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:26.199 DEBUG [main][MenuItemLookup] Found menu:'Show View' 10:59:26.199 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 10:59:26.199 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:26.199 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 10:59:26.199 DEBUG [main][MenuItemLookup] Found menu:'' 10:59:26.199 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 10:59:26.199 DEBUG [main][MenuItemLookup] Item match:Preferences 10:59:26.200 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 10:59:26.200 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 10:59:26.200 INFO [main][MenuItemHandler] Select menu item: &Preferences 10:59:26.306 DEBUG [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.... 10:59:26.310 DEBUG [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 10:59:26.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 10:59:26.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:26.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:26.315 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 10:59:26.315 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:26.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 10:59:26.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:26.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:26.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 10:59:26.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 10:59:26.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 10:59:26.316 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) 10:59:26.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:26.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:26.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:26.336 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 10:59:26.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:26.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:26.336 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:26.336 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:26.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:59:26.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:59:26.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:26.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:26.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:26.369 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:26.369 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 10:59:26.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 10:59:26.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:26.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:26.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:26.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.372 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:26.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.376 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:26.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:26.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:26.376 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:26.376 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:59:26.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:26.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:26.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:26.379 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:26.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:26.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:26.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:26.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:26.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:26.384 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 10:59:26.384 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:26.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:26.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:26.384 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:26.384 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:26.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:26.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:26.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:26.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 10:59:26.411 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: ") 10:59:26.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:26.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:26.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:26.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:27.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:27.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:27.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:59:27.413 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 10:59:27.413 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 10:59:27.413 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:27.413 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:27.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:27.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:27.414 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 10:59:27.414 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:27.414 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 10:59:27.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 10:59:27.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:27.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:27.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:27.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:27.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:27.417 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:27.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:27.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:27.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:27.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:27.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:27.421 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:27.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:59:27.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:27.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:27.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:27.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:27.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:27.440 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:27.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:27.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:27.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:27.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:27.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:27.445 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 10:59:27.445 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:27.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:27.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:27.446 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:27.446 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:27.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:27.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:27.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:27.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:27.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 10:59:27.455 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: ") 10:59:27.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:27.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:27.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:27.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:27.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 10:59:27.455 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 10:59:27.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 10:59:27.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:27.456 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:27.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:27.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:27.456 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 10:59:27.456 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:27.456 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 10:59:27.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 10:59:27.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:27.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:27.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:27.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:27.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:27.479 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:27.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:27.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:27.482 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:27.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:27.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:27.483 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:27.483 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:27.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:27.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:27.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:27.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:27.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:27.486 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:27.486 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:27.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:27.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:27.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:27.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:27.489 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") 10:59:27.489 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:27.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:27.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:27.489 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:27.490 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:27.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:27.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:27.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:27.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:27.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:28.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 10:59:28.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 10:59:28.505 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was not found 10:59:28.505 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 10:59:28.505 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:28.505 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:28.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:28.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:28.506 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 10:59:28.506 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:28.506 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 10:59:28.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 10:59:28.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:28.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:28.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:28.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.509 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:28.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:28.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:28.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:28.531 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:28.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:28.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:28.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:28.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:28.534 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:28.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:28.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:28.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:28.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:28.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:28.538 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 10:59:28.538 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:28.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:28.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:28.538 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:28.538 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:28.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:28.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:59:28.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:59:28.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:28.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 10:59:28.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 10:59:28.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:28.540 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:28.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:28.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:28.540 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 10:59:28.540 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:28.540 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 10:59:28.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 10:59:28.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:28.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:28.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:28.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.544 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:28.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:28.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:28.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:28.567 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:28.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:28.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:28.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:28.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:28.570 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:28.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:28.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:28.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:28.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:28.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:28.573 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") 10:59:28.573 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:28.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:28.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:28.573 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:28.573 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:28.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:28.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:28.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 10:59:28.575 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") 10:59:28.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:28.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:28.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 10:59:28.577 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 10:59:28.577 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:28.577 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:28.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:28.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:28.577 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 10:59:28.577 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:28.577 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 10:59:28.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 10:59:28.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:28.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:28.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:28.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.594 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:28.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:28.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:28.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:28.601 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:28.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:28.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:28.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:28.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:28.604 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:28.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:28.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:28.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:28.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:28.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:28.607 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 10:59:28.607 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:28.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:28.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:28.607 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:28.607 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:28.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:28.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:28.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 10:59:28.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 10:59:28.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:28.608 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:28.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:28.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:28.608 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 10:59:28.608 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:28.608 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 10:59:28.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 10:59:28.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:28.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:28.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:28.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.611 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:28.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:28.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:28.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:28.637 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:28.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 10:59:28.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:28.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:28.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:28.640 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:28.640 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:28.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:28.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:28.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:28.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:28.643 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") 10:59:28.643 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:28.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:28.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:28.643 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:28.643 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:28.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:28.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:28.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 10:59:28.644 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 10:59:28.644 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:28.644 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:28.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:28.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:28.644 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 10:59:28.644 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:28.644 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 10:59:28.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 10:59:28.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:28.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:28.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:28.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.662 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:28.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.668 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:28.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:28.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:28.669 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:28.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:59:28.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:28.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:28.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:28.672 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:28.672 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:28.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:28.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:28.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:28.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:28.675 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") 10:59:28.675 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:28.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:28.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:28.675 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:28.675 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:28.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:28.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:28.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 10:59:28.676 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 10:59:28.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:28.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:28.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 10:59:28.678 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 10:59:28.678 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:28.678 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:28.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:28.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:28.678 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 10:59:28.678 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:28.678 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 10:59:28.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 10:59:28.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:28.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:28.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:28.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.695 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 10:59:28.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.701 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:28.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:28.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:28.702 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:28.702 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 10:59:28.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:28.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:28.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 10:59:28.705 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 10:59:28.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 10:59:28.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 10:59:28.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 10:59:28.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 10:59:28.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 10:59:28.708 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") 10:59:28.708 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 10:59:28.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:28.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:28.708 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 10:59:28.708 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 10:59:28.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:28.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:28.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:28.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:28.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 10:59:28.710 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 10:59:28.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:28.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 10:59:28.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 10:59:28.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:28.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 10:59:28.711 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 10:59:28.711 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:28.711 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:28.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:28.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:28.712 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 10:59:28.712 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 10:59:28.712 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:28.712 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:28.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:28.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.529 s - in org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.045 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.042 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.049 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.034 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.037 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.031 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.036 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.034 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.034 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-1044 [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 10:59:38.646 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 10:59:38.648 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 10:59:38.659 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 10:59:38.660 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 10:59:38.741 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 10:59:38.827 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:59:38.829 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:38.833 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 10:59:38.835 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 10:59:38.835 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 10:59:38.845 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 10:59:38.849 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:38.849 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:59:38.853 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:38.853 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:59:38.856 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:38.858 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:38.860 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 10:59:38.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 10:59:38.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:38.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:38.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:38.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:38.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:38.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:38.950 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:38.957 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.... 10:59:39.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:39.133 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:39.135 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 10:59:39.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 10:59:39.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:39.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:39.140 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.... 10:59:39.140 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.*'] 10:59:39.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:39.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:39.141 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 10:59:39.151 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) 10:59:39.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:39.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:39.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:39.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:39.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:39.168 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 10:59:39.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:39.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:39.170 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:39.170 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:44.214 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.... 10:59:44.214 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.*'] 10:59:44.214 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:44.215 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 10:59:44.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 10:59:44.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:44.219 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:44.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:44.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:44.221 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 10:59:44.222 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:44.222 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 10:59:44.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 10:59:44.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:44.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:44.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:44.222 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:44.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:44.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:44.223 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:44.223 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.... 10:59:44.278 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:44.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:44.279 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 10:59:44.280 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 10:59:44.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:44.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:44.282 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.*'] 10:59:44.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:44.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:44.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 10:59:44.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:44.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:44.282 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 10:59:44.282 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 10:59:44.283 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) 10:59:44.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:44.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:44.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:44.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:44.285 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:44.286 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 10:59:44.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:44.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:44.286 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:44.286 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:44.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:59:44.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:59:44.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:59:44.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 10:59:44.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:59:44.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:59:44.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:59:44.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 10:59:44.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:44.342 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:44.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:44.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:44.342 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 10:59:44.343 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:44.343 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 10:59:44.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 10:59:44.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:44.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:44.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:44.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:44.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:44.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:44.343 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:44.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 10:59:44.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:44.397 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:44.397 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 10:59:44.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 10:59:44.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:44.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:44.399 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.... 10:59:44.399 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"] 10:59:44.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:44.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:44.399 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 10:59:44.399 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) 10:59:44.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:44.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:44.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:44.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:44.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:44.425 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 10:59:44.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:44.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:44.426 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:44.426 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:49.447 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.... 10:59:49.447 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"] 10:59:49.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:49.447 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 10:59:49.447 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 10:59:49.447 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:49.447 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:49.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:49.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:49.448 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 10:59:49.448 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:49.448 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 10:59:49.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 10:59:49.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:49.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:49.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:49.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:49.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:49.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:49.449 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:49.449 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.... 10:59:49.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:49.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:49.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. finished successfully 10:59:49.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 10:59:49.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:49.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:49.507 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.*'] 10:59:49.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:49.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:49.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 10:59:49.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:49.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:49.508 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 10:59:49.508 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 10:59:49.508 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) 10:59:49.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:49.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:49.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:49.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:49.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:49.510 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 10:59:49.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:49.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:49.510 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:49.510 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:49.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:59:49.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:59:49.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:59:49.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:59:49.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:59:49.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:59:49.536 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 10:59:49.536 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:49.536 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:49.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:49.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:49.536 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 10:59:49.536 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:49.537 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 10:59:49.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 10:59:49.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:49.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:49.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:49.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:49.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:49.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:49.537 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:49.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 10:59:49.590 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:49.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:49.591 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 10:59:49.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 10:59:49.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:49.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:49.593 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.... 10:59:49.593 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when 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.*'] 10:59:49.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:49.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:49.593 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 10:59:49.593 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) 10:59:49.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:49.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:49.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:49.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:49.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:49.595 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 10:59:49.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:49.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:49.595 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:49.596 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:54.614 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.... 10:59:54.615 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when 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.*'] 10:59:54.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:54.615 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 10:59:54.615 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 10:59:54.615 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:54.615 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:54.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:54.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:54.616 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 10:59:54.616 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:54.616 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 10:59:54.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 10:59:54.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:54.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:54.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:54.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:54.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:54.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:54.616 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:54.617 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.... 10:59:54.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:54.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:54.670 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 10:59:54.670 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 10:59:54.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:54.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:54.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available... 10:59:54.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available finished successfully 10:59:54.672 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) 10:59:54.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:54.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:54.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:54.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:54.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:54.674 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 10:59:54.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:54.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:54.674 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:54.674 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:59.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:59:59.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:59:59.692 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 10:59:59.692 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:59.692 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:59.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:59.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:59.692 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 10:59:59.693 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 10:59:59.693 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:59.693 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:59.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:59.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.068 s - in org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.361 s testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 0.12 s testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.105 s testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 0.088 s testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.08 s testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.076 s Running org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 10:59:59.724 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 10:59:59.725 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 10:59:59.725 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:59.725 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 10:59:59.726 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:59.726 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 10:59:59.726 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:59.726 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 10:59:59.726 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:59.726 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:59.727 INFO [WorkbenchTestable][RequirementsRunner] Started test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 10:59:59.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 10:59:59.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:59.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:59.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:59.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:59.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:59.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:59.727 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:59.728 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.... 10:59:59.777 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:59.778 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:59.778 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 10:59:59.778 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 10:59:59.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:59.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:59.779 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 10:59:59.779 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 10:59:59.780 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) 10:59:59.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:59.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:59.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:59.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:59.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:59.781 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 10:59:59.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:59.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:59.781 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:59.781 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:59.784 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 10:59:59.784 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) 10:59:59.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:59.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:59.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:59.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:59.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:59.786 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:59.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:59.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:59.786 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 10:59:59.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 10:59:59.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:59.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:59.786 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") 10:59:59.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:59.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:59.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:59.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:59.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:59.788 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:59.788 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:59.833 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 10:59:59.833 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:59.833 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:59.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:59.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:59.833 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 10:59:59.834 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:59.834 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 10:59:59.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 10:59:59.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:59.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:59.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:59.834 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:59.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:59.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:59.834 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:59.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 10:59:59.893 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:59.893 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:59.894 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 10:59:59.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 10:59:59.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:59.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:59.895 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 10:59:59.895 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 10:59:59.896 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) 10:59:59.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:59.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:59.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:59.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:59.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:59.897 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 10:59:59.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:59.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:59.898 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:59.898 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 10:59:59.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 10:59:59.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 10:59:59.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 10:59:59.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 10:59:59.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 10:59:59.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 10:59:59.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:59.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:59.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:59.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:59.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:59.915 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:59.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:59.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:59.915 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:59.915 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:59.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:59.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:59.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 10:59:59.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 10:59:59.915 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 10:59:59.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 10:59:59.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 10:59:59.926 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 10:59:59.927 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 10:59:59.927 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 10:59:59.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 10:59:59.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 10:59:59.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 10:59:59.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 10:59:59.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 10:59:59.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:59.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:59.927 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 10:59:59.927 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.... 10:59:59.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:59.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 10:59:59.977 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 10:59:59.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 10:59:59.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 10:59:59.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 10:59:59.978 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 10:59:59.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 10:59:59.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:59.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:59.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:59.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:59.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:59.980 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 10:59:59.980 INFO [WorkbenchTestable][WizardDialog] Finish wizard 10:59:59.980 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) 10:59:59.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 10:59:59.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 10:59:59.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 10:59:59.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 10:59:59.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 10:59:59.982 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 10:59:59.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 10:59:59.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 10:59:59.982 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 10:59:59.982 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:04.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 11:00:04.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 11:00:04.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 11:00:04.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 11:00:04.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 11:00:04.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 11:00:04.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:04.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:04.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:04.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:04.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:05.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:05.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:05.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:05.000 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:00:05.000 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:05.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:05.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:05.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 11:00:05.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:05.000 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:05.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:05.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:05.000 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 11:00:05.000 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:05.001 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 11:00:05.001 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 11:00:05.001 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:05.001 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:05.001 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:05.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:05.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:05.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:05.001 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:00:05.001 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.... 11:00:05.054 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:05.054 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:05.054 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 11:00:05.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 11:00:05.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:05.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:05.057 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 11:00:05.057 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) 11:00:05.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:05.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:05.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:05.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:05.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:05.059 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:05.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:05.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:05.059 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 11:00:05.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 11:00:05.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:05.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:05.059 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") 11:00:05.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:05.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:05.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:05.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:05.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:05.060 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:05.060 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:05.087 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 11:00:05.087 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:05.087 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:05.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:05.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:05.088 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 11:00:05.088 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:05.088 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 11:00:05.088 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 11:00:05.088 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:05.088 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:05.088 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:05.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:05.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:05.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:05.088 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:00:05.088 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.... 11:00:05.146 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:05.146 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:05.146 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 11:00:05.146 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 11:00:05.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:05.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:05.147 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 11:00:05.150 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:00:05.152 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 11:00:05.154 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:05.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:05.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:05.154 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 11:00:05.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 11:00:05.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:05.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:05.155 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") 11:00:05.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:05.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:05.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:05.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:05.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:05.156 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:05.156 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:05.184 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 11:00:05.184 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:05.184 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:05.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:05.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:05.184 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 11:00:05.184 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:05.184 INFO [WorkbenchTestable][RequirementsRunner] Started test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 11:00:05.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 11:00:05.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:05.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:05.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:05.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:05.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:05.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:05.185 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:00:05.185 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.... 11:00:05.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:05.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:05.267 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 11:00:05.267 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 11:00:05.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:05.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:05.268 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 11:00:05.268 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 11:00:05.268 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) 11:00:05.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:05.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:05.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:05.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:05.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:05.270 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 11:00:05.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:05.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:05.270 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:05.270 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:05.272 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 11:00:05.273 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) 11:00:05.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:05.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:05.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:05.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:05.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:05.274 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 11:00:05.274 INFO [WorkbenchTestable][WizardDialog] Go to previous wizard page 11:00:05.275 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) 11:00:05.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:05.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:05.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:05.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:05.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:05.276 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 11:00:05.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:05.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:05.276 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:05.276 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:05.279 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 11:00:05.279 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:05.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:05.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:05.279 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 11:00:05.279 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:05.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:05.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:05.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:05.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:05.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 11:00:05.281 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:05.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:05.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:05.281 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 11:00:05.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 11:00:05.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:05.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:05.285 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") 11:00:05.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:05.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:05.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:05.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:05.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:05.287 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:05.287 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:05.336 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 11:00:05.336 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:05.336 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:05.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:05.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:05.336 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 11:00:05.336 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:05.336 INFO [WorkbenchTestable][RequirementsRunner] Started test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 11:00:05.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 11:00:05.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:05.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:05.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:05.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:05.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:05.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:05.337 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:00:05.337 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.... 11:00:05.389 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:05.389 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:05.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 11:00:05.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 11:00:05.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:05.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:05.391 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 11:00:05.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 11:00:05.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:05.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:05.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:05.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:05.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:05.393 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 11:00:05.393 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 11:00:05.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 11:00:05.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:05.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:05.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:05.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:05.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:05.394 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 11:00:05.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:05.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:05.395 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:05.395 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:05.397 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 11:00:05.397 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:05.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:05.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:05.398 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 11:00:05.398 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:05.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:05.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:05.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:05.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:05.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 11:00:05.398 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:05.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:05.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:05.399 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 11:00:05.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 11:00:05.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:05.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:05.399 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") 11:00:05.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:05.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:05.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:05.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:05.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:05.400 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:05.400 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:05.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 11:00:05.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:05.446 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:05.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:05.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:05.447 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 11:00:05.447 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:05.447 INFO [WorkbenchTestable][RequirementsRunner] Started test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 11:00:05.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 11:00:05.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:05.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:05.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:05.447 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:05.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:05.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:05.447 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:00:05.447 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.... 11:00:05.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:05.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:05.499 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 11:00:05.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 11:00:05.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:05.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:05.500 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 11:00:05.501 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) 11:00:05.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:05.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:05.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:05.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:05.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:05.502 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:05.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:05.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:05.502 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 11:00:05.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 11:00:05.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:05.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:05.502 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") 11:00:05.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:05.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:05.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:05.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:05.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:05.503 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:05.503 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:05.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 11:00:05.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:05.518 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:05.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:05.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:05.519 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 11:00:05.519 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:05.519 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 11:00:05.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 11:00:05.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:05.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:05.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:05.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:05.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:05.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:05.519 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:00:05.519 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.... 11:00:05.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:05.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:05.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 11:00:05.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 11:00:05.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:05.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:05.572 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.... 11:00:05.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:05.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:05.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:06.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:06.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:06.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:06.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:06.613 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:06.613 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:07.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:07.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:07.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:07.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:07.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:07.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:08.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:08.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:08.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:08.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:08.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:08.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:09.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:09.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:09.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:09.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:09.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:09.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:10.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:10.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:10.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:10.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:10.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:10.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:11.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:11.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:11.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:11.618 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:11.618 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:11.619 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:12.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:12.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:12.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:12.619 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:12.620 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:12.620 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:13.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:13.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:13.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:13.620 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:13.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:13.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:14.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:14.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:14.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:14.622 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:14.622 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:14.622 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:15.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:15.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:15.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:15.623 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:15.623 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:15.623 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:15.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available. failed, an exception will be thrown 11:00:15.634 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:15.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:15.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:15.634 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing TitleAreaDialog 11:00:15.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 11:00:15.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:15.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:15.637 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") 11:00:15.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:15.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:15.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:15.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:15.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:15.638 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:15.638 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:15.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:15.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:15.656 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 11:00:15.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 11:00:15.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:15.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:15.656 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") 11:00:15.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:15.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:15.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:15.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:15.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:15.657 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:15.657 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:15.684 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 11:00:15.684 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:15.685 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:15.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:15.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:15.685 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 11:00:15.685 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:15.685 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 11:00:15.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 11:00:15.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:15.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:15.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:15.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:15.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:15.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:15.686 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:00:15.686 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.... 11:00:15.748 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:15.749 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:15.749 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 11:00:15.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 11:00:15.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:15.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:15.750 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 11:00:15.751 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:15.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:15.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:15.752 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 11:00:15.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 11:00:15.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:15.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:15.752 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") 11:00:15.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:15.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:15.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:15.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:15.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:15.754 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:15.754 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:15.768 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 11:00:15.768 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:15.768 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:15.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:15.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:15.768 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 11:00:15.768 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:15.768 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 11:00:15.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 11:00:15.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:15.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:15.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:15.768 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:15.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:15.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:15.769 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:00:15.769 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.... 11:00:15.829 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:15.830 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:15.830 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 11:00:15.830 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 11:00:15.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:15.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:15.831 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:15.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:15.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:15.831 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 11:00:15.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 11:00:15.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:15.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:15.831 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") 11:00:15.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:15.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:15.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:15.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:15.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:15.832 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:15.832 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:15.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 11:00:15.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:15.847 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:15.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:15.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:15.847 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 11:00:15.847 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 11:00:15.847 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:15.847 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:15.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:15.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.124 s - in org.eclipse.reddeer.jface.test.wizard.WizardDialogTest next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.106 s cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.092 s finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 5.073 s finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.087 s getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.096 s back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.152 s next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.11 s back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.072 s testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 10.166 s getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.083 s getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.079 s Running org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 11:00:15.860 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 11:00:15.863 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:00:15.863 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:15.863 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 11:00:15.863 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:15.863 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:00:15.864 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:15.864 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:00:15.865 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:15.868 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:15.868 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:15.868 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:15.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:15.869 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:15.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:15.869 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:15.869 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 11:00:15.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 11:00:15.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:15.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:15.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:15.869 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:15.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:15.869 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:15.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:15.870 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:15.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:15.870 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:15.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:15.870 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:15.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:15.870 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:15.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:15.873 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:15.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:15.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:15.873 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:00:15.875 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:00:15.878 DEBUG [main][MenuItemLookup] Found menu:'File' 11:00:15.878 DEBUG [main][MenuItemLookup] Item match:File 11:00:15.881 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 11:00:15.881 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 11:00:15.881 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 11:00:15.881 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 11:00:15.881 DEBUG [main][MenuItemLookup] Found menu:'' 11:00:15.881 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 11:00:15.881 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 11:00:15.881 DEBUG [main][MenuItemLookup] Found menu:'' 11:00:15.881 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 11:00:15.881 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 11:00:15.881 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 11:00:15.881 DEBUG [main][MenuItemLookup] Found menu:'Revert' 11:00:15.881 DEBUG [main][MenuItemLookup] Found menu:'' 11:00:15.881 DEBUG [main][MenuItemLookup] Found menu:'Move...' 11:00:15.881 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 11:00:15.881 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 11:00:15.881 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 11:00:15.881 DEBUG [main][MenuItemLookup] Found menu:'' 11:00:15.881 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 11:00:15.881 DEBUG [main][MenuItemLookup] Found menu:'' 11:00:15.881 DEBUG [main][MenuItemLookup] Found menu:'Import...' 11:00:15.881 DEBUG [main][MenuItemLookup] Item match:Import... 11:00:15.883 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 11:00:15.883 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 11:00:15.885 INFO [main][MenuItemHandler] Select menu item: &Import... 11:00:15.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 11:00:15.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 11:00:15.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 11:00:15.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:15.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:15.995 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 11:00:15.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:15.999 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 11:00:15.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:15.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:16.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:16.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:16.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:00:16.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:00:16.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:00:16.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children... 11:00:16.014 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 11:00:16.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:16.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:16.529 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 11:00:16.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children finished successfully 11:00:16.530 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 11:00:16.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:16.530 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing import category is already expanded. No action performed 11:00:16.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:16.530 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 11:00:16.531 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing import wizard 11:00:16.531 DEBUG [main][TreeItemHandler] Selecting tree item: Testing import wizard 11:00:16.531 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing import wizard about selection 11:00:16.535 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing import wizard 11:00:16.535 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 11:00:16.535 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 11:00:16.535 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) 11:00:16.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:16.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:16.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:16.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:16.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:16.536 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 11:00:16.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:16.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:16.536 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:16.536 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:16.542 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:16.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:16.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:16.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing import wizard"] is available.... 11:00:16.542 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 11:00:16.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 11:00:16.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:16.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:16.543 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 11:00:16.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:16.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:16.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:16.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 11:00:16.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:16.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:16.544 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 11:00:16.544 INFO [WorkbenchTestable][ImportWizardDialogImpl] Cancel wizard 11:00:16.544 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) 11:00:16.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:16.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:16.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:16.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:16.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:16.548 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 11:00:16.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:16.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:16.548 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:16.548 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:16.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 11:00:16.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 11:00:16.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 11:00:16.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 11:00:16.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 11:00:16.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 11:00:16.590 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 11:00:16.590 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:16.590 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:16.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:16.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:16.591 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 11:00:16.591 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 11:00:16.591 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:16.591 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:16.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:16.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.731 s - in org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) Time elapsed: 0.722 s Running org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 11:00:16.635 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 11:00:16.636 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:00:16.636 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:16.637 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 11:00:16.637 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:16.637 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:00:16.637 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:16.637 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:00:16.637 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:16.638 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:16.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:16.638 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:16.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:16.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 11:00:16.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:16.639 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:16.639 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 11:00:16.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 11:00:16.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:16.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:16.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:16.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:16.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:16.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:16.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:16.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:16.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:16.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 11:00:16.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:16.640 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:16.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:16.640 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:16.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:16.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:16.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:16.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:16.640 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:00:16.640 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:00:16.640 DEBUG [main][MenuItemLookup] Found menu:'File' 11:00:16.640 DEBUG [main][MenuItemLookup] Item match:File 11:00:16.641 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 11:00:16.641 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 11:00:16.646 DEBUG [main][MenuItemLookup] Found menu:'Project...' 11:00:16.646 DEBUG [main][MenuItemLookup] Found menu:'' 11:00:16.646 DEBUG [main][MenuItemLookup] Found menu:'Folder' 11:00:16.646 DEBUG [main][MenuItemLookup] Found menu:'File' 11:00:16.646 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 11:00:16.646 DEBUG [main][MenuItemLookup] Found menu:'' 11:00:16.646 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 11:00:16.646 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 11:00:16.646 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 11:00:16.647 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 11:00:16.647 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 11:00:16.707 DEBUG [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.... 11:00:16.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 11:00:16.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 11:00:16.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:16.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:16.728 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 11:00:16.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:16.728 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 11:00:16.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:16.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:16.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:16.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:16.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:00:16.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:00:16.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:00:16.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 11:00:16.731 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 11:00:16.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:17.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:17.233 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 11:00:17.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 11:00:17.233 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 11:00:17.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:17.233 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 11:00:17.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:17.233 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 11:00:17.233 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 11:00:17.234 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 11:00:17.234 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 11:00:17.235 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 11:00:17.235 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 11:00:17.235 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 11:00:17.235 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) 11:00:17.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:17.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:17.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:17.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:17.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:17.237 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 11:00:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:17.237 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:17.237 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:17.245 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:17.245 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.245 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 11:00:17.245 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 11:00:17.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 11:00:17.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:17.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:17.246 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 11:00:17.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.246 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:17.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.246 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:17.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.247 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:17.247 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.247 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 11:00:17.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:17.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:17.247 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 11:00:17.247 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.247 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 11:00:17.247 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 11:00:17.247 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) 11:00:17.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:17.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:17.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:17.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:17.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:17.248 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 11:00:17.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:17.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:17.248 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:17.248 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:17.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 11:00:17.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 11:00:17.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 11:00:17.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 11:00:17.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 11:00:17.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 11:00:17.275 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:17.275 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.275 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:17.275 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.276 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:17.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:17.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:17.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:17.276 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:00:17.276 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:00:17.276 DEBUG [main][MenuItemLookup] Found menu:'File' 11:00:17.276 DEBUG [main][MenuItemLookup] Item match:File 11:00:17.277 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 11:00:17.277 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 11:00:17.278 DEBUG [main][MenuItemLookup] Found menu:'Project...' 11:00:17.278 DEBUG [main][MenuItemLookup] Found menu:'' 11:00:17.278 DEBUG [main][MenuItemLookup] Found menu:'Folder' 11:00:17.278 DEBUG [main][MenuItemLookup] Found menu:'File' 11:00:17.278 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 11:00:17.278 DEBUG [main][MenuItemLookup] Found menu:'' 11:00:17.278 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 11:00:17.278 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 11:00:17.279 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 11:00:17.279 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 11:00:17.279 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 11:00:17.335 DEBUG [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.... 11:00:17.336 DEBUG [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 11:00:17.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 11:00:17.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:17.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:17.338 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 11:00:17.338 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.338 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 11:00:17.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:17.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:17.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:17.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:17.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:00:17.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:00:17.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:00:17.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 11:00:17.341 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 11:00:17.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:17.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:17.843 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 11:00:17.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 11:00:17.844 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 11:00:17.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:17.844 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 11:00:17.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:17.844 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 11:00:17.844 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 11:00:17.844 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 11:00:17.844 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 11:00:17.845 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 11:00:17.845 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 11:00:17.845 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 11:00:17.845 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) 11:00:17.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:17.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:17.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:17.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:17.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:17.847 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 11:00:17.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:17.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:17.847 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:17.847 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:17.853 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:17.853 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.853 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 11:00:17.853 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 11:00:17.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 11:00:17.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:17.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:17.853 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 11:00:17.853 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.854 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:17.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.854 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:17.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.854 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.... 11:00:17.854 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:17.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.854 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 11:00:17.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 11:00:17.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:17.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:17.854 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 11:00:17.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:17.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:17.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 11:00:17.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:17.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:17.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 11:00:17.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:17.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:17.855 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 11:00:17.855 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 11:00:17.855 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) 11:00:17.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:17.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:17.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:17.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:17.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:17.856 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 11:00:17.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:17.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:17.856 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:17.856 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:17.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 11:00:17.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 11:00:17.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 11:00:17.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 11:00:17.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 11:00:17.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 11:00:17.883 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 11:00:17.883 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:17.883 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:17.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:17.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:17.884 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 11:00:17.884 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:17.884 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.884 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:17.884 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.884 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 11:00:17.884 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.884 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:17.884 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 11:00:17.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 11:00:17.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:17.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:17.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:17.885 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:17.885 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.885 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:17.885 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.885 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:17.885 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.885 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:17.885 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.885 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:17.885 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.886 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:17.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.886 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:17.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:17.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:17.886 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:00:17.886 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:00:17.886 DEBUG [main][MenuItemLookup] Found menu:'File' 11:00:17.886 DEBUG [main][MenuItemLookup] Item match:File 11:00:17.887 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 11:00:17.887 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 11:00:17.888 DEBUG [main][MenuItemLookup] Found menu:'Project...' 11:00:17.888 DEBUG [main][MenuItemLookup] Found menu:'' 11:00:17.888 DEBUG [main][MenuItemLookup] Found menu:'Folder' 11:00:17.888 DEBUG [main][MenuItemLookup] Found menu:'File' 11:00:17.888 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 11:00:17.888 DEBUG [main][MenuItemLookup] Found menu:'' 11:00:17.888 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 11:00:17.888 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 11:00:17.889 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 11:00:17.889 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 11:00:17.889 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 11:00:17.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 11:00:17.945 DEBUG [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 11:00:17.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 11:00:17.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:17.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:17.947 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 11:00:17.947 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:17.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 11:00:17.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:17.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:17.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:17.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:17.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:00:17.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:00:17.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:00:17.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 11:00:17.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 11:00:17.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:18.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:18.451 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 11:00:18.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 11:00:18.452 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 11:00:18.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:18.452 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 11:00:18.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:18.452 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 11:00:18.452 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 11:00:18.452 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 11:00:18.452 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 11:00:18.453 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 11:00:18.453 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 11:00:18.453 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 11:00:18.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.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) 11:00:18.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:18.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:18.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:18.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:18.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:18.455 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 11:00:18.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:18.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:18.455 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:18.455 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:18.460 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:18.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:18.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:18.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 11:00:18.461 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 11:00:18.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 11:00:18.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:18.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:18.461 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 11:00:18.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:18.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:18.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:18.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 11:00:18.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:18.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:18.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 11:00:18.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:18.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:18.462 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 11:00:18.462 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 11:00:18.462 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) 11:00:18.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:18.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:18.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:18.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:18.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:18.463 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 11:00:18.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:18.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:18.463 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:18.463 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:18.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 11:00:18.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 11:00:18.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 11:00:18.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 11:00:18.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 11:00:18.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 11:00:18.478 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 11:00:18.478 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:18.478 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:18.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:18.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:18.478 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 11:00:18.478 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:18.478 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:18.478 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:18.478 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:18.478 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:18.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:18.479 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:18.479 INFO [WorkbenchTestable][RequirementsRunner] Started test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 11:00:18.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 11:00:18.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:18.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:18.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:18.479 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:18.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:18.479 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:18.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:18.479 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:18.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:18.479 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:18.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:18.479 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:18.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:18.480 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:18.480 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:18.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:18.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:18.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:18.480 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:00:18.480 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:00:18.480 DEBUG [main][MenuItemLookup] Found menu:'File' 11:00:18.480 DEBUG [main][MenuItemLookup] Item match:File 11:00:18.481 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 11:00:18.481 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 11:00:18.482 DEBUG [main][MenuItemLookup] Found menu:'Project...' 11:00:18.482 DEBUG [main][MenuItemLookup] Found menu:'' 11:00:18.482 DEBUG [main][MenuItemLookup] Found menu:'Folder' 11:00:18.482 DEBUG [main][MenuItemLookup] Found menu:'File' 11:00:18.482 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 11:00:18.482 DEBUG [main][MenuItemLookup] Found menu:'' 11:00:18.482 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 11:00:18.482 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 11:00:18.494 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 11:00:18.494 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 11:00:18.494 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 11:00:18.554 DEBUG [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.... 11:00:18.555 DEBUG [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 11:00:18.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 11:00:18.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:18.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:18.557 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 11:00:18.557 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:18.557 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 11:00:18.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:18.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:18.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:18.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:18.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:00:18.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:00:18.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:00:18.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 11:00:18.560 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 11:00:18.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:19.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:19.062 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 11:00:19.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 11:00:19.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 11:00:19.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:19.063 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 11:00:19.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:19.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 11:00:19.063 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 11:00:19.063 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 11:00:19.063 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 11:00:19.064 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 11:00:19.064 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 11:00:19.064 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 11:00:19.064 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) 11:00:19.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:19.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:19.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:19.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:19.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:19.066 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 11:00:19.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:19.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:19.066 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:19.066 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:19.071 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:19.071 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.071 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 11:00:19.072 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 11:00:19.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 11:00:19.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:19.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:19.072 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 11:00:19.072 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.072 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:19.072 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.072 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.072 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:19.072 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.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: "Testing new wizard"] 11:00:19.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.073 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 11:00:19.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:19.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:19.073 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 11:00:19.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:19.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:19.073 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 11:00:19.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:19.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:19.073 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 11:00:19.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:19.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:19.073 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 11:00:19.073 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 11:00:19.073 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) 11:00:19.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:19.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:19.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:19.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:19.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:19.075 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 11:00:19.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:19.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:19.075 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:19.075 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:19.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 11:00:19.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 11:00:19.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 11:00:19.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 11:00:19.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 11:00:19.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 11:00:19.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 11:00:19.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:19.101 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:19.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:19.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:19.101 INFO [WorkbenchTestable][RequirementsRunner] Finished test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 11:00:19.101 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 11:00:19.101 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:19.101 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:19.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:19.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.467 s - in org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 1.245 s open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.594 s useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.622 s Running org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 11:00:19.109 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 11:00:19.111 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:00:19.111 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:19.111 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 11:00:19.111 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:19.111 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:00:19.111 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:19.111 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:00:19.111 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:19.112 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:19.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.112 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:19.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.112 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:19.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.112 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:19.112 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 11:00:19.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 11:00:19.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:19.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:19.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:19.113 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:19.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.113 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:19.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.113 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:19.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.113 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:19.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.113 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:19.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.113 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:19.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.114 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:19.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:19.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:19.114 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:00:19.114 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:00:19.114 DEBUG [main][MenuItemLookup] Found menu:'File' 11:00:19.114 DEBUG [main][MenuItemLookup] Item match:File 11:00:19.115 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 11:00:19.115 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 11:00:19.115 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 11:00:19.115 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 11:00:19.115 DEBUG [main][MenuItemLookup] Found menu:'' 11:00:19.115 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 11:00:19.115 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 11:00:19.115 DEBUG [main][MenuItemLookup] Found menu:'' 11:00:19.115 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 11:00:19.115 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 11:00:19.115 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 11:00:19.115 DEBUG [main][MenuItemLookup] Found menu:'Revert' 11:00:19.115 DEBUG [main][MenuItemLookup] Found menu:'' 11:00:19.115 DEBUG [main][MenuItemLookup] Found menu:'Move...' 11:00:19.115 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 11:00:19.115 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 11:00:19.115 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 11:00:19.115 DEBUG [main][MenuItemLookup] Found menu:'' 11:00:19.115 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 11:00:19.115 DEBUG [main][MenuItemLookup] Found menu:'' 11:00:19.115 DEBUG [main][MenuItemLookup] Found menu:'Import...' 11:00:19.115 DEBUG [main][MenuItemLookup] Found menu:'Export...' 11:00:19.115 DEBUG [main][MenuItemLookup] Item match:Export... 11:00:19.115 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Exp&ort..." 11:00:19.115 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Export... 11:00:19.116 INFO [main][MenuItemHandler] Select menu item: Exp&ort... 11:00:19.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available.... 11:00:19.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available. finished successfully 11:00:19.172 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Export 11:00:19.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:19.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:19.174 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 11:00:19.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.174 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 11:00:19.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:19.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:19.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:19.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:19.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:00:19.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:00:19.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:00:19.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children... 11:00:19.176 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 11:00:19.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:19.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:19.677 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 11:00:19.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children finished successfully 11:00:19.678 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 11:00:19.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:19.678 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing export category is already expanded. No action performed 11:00:19.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:19.678 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 11:00:19.678 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing export wizard 11:00:19.678 DEBUG [main][TreeItemHandler] Selecting tree item: Testing export wizard 11:00:19.678 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing export wizard about selection 11:00:19.680 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing export wizard 11:00:19.680 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 11:00:19.680 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 11:00:19.680 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) 11:00:19.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:19.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:19.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:19.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:19.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:19.682 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 11:00:19.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:19.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:19.682 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:19.682 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:19.685 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:19.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing export wizard"] is available.... 11:00:19.686 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 11:00:19.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 11:00:19.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:19.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:19.686 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 11:00:19.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:19.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:19.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 11:00:19.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:19.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:19.686 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 11:00:19.687 INFO [WorkbenchTestable][ExportWizardDialogImpl] Cancel wizard 11:00:19.687 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) 11:00:19.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:19.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:19.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:19.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:19.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:19.688 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 11:00:19.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:19.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:19.688 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:19.688 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:19.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 11:00:19.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 11:00:19.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 11:00:19.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 11:00:19.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 11:00:19.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 11:00:19.703 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 11:00:19.703 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:19.703 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:19.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:19.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:19.703 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 11:00:19.703 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 11:00:19.703 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:19.703 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:19.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:19.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.594 s - in org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) Time elapsed: 0.591 s Running org.eclipse.reddeer.jface.test.dialogs.InputDialogTest 11:00:19.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 11:00:19.756 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 11:00:19.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 11:00:19.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:19.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:19.757 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 11:00:19.757 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:19.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:19.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:19.758 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 11:00:19.758 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:19.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:19.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:19.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:19.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:19.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:19.758 INFO [WorkbenchTestable][AbstractButton] Click button OK 11:00:19.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:19.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:19.758 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:19.759 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:19.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 11:00:19.811 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 11:00:19.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 11:00:19.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:19.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:19.812 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 11:00:19.812 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:19.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:19.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:19.812 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 11:00:19.812 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:19.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:19.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:19.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:19.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:19.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:00:19.812 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:00:19.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 11:00:19.856 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 11:00:19.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 11:00:19.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:19.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:19.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 11:00:19.856 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:19.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:19.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:19.857 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 11:00:19.857 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:19.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:19.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:19.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:19.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:19.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:19.857 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 11:00:19.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:19.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:19.857 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:19.857 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:19.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 11:00:19.908 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 11:00:19.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 11:00:19.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:19.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:19.909 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 11:00:19.909 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:19.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:19.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:19.909 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 11:00:19.909 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:19.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:19.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:19.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:19.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:19.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:00:19.909 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:00:19.910 INFO [WorkbenchTestable][AbstractText] Text set to: something 11:00:19.911 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 11:00:19.911 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:19.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:19.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:19.911 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 11:00:19.911 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:19.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:19.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:19.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:19.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:19.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:00:19.911 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:00:19.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 11:00:19.911 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:19.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:19.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:19.911 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 11:00:19.911 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:19.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:19.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:19.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:19.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:19.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:19.912 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 11:00:19.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:19.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:19.912 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:19.912 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 s - in org.eclipse.reddeer.jface.test.dialogs.InputDialogTest inputDialogOkTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.069 s inputDialogMessagesTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.039 s inputDialogCancelTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.058 s inputDialogSetTextGetTextTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.046 s Running org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest 11:00:19.930 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:19.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.930 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:19.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.930 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:19.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.931 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:19.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.940 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:19.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.940 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:19.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.940 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 11:00:19.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.941 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:19.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.941 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:19.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:19.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:19.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:19.941 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:00:19.941 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:00:19.941 DEBUG [main][MenuItemLookup] Found menu:'File' 11:00:19.941 DEBUG [main][MenuItemLookup] Item match:File 11:00:19.942 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 11:00:19.942 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 11:00:19.943 DEBUG [main][MenuItemLookup] Found menu:'Project...' 11:00:19.943 DEBUG [main][MenuItemLookup] Found menu:'' 11:00:19.943 DEBUG [main][MenuItemLookup] Found menu:'Folder' 11:00:19.943 DEBUG [main][MenuItemLookup] Found menu:'File' 11:00:19.943 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 11:00:19.943 DEBUG [main][MenuItemLookup] Found menu:'' 11:00:19.943 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 11:00:19.943 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 11:00:19.944 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 11:00:19.944 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 11:00:19.944 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 11:00:19.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 11:00:19.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 11:00:19.998 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 11:00:19.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:19.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:19.999 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 11:00:19.999 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:19.999 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 11:00:19.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:19.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:20.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:20.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:20.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:00:20.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:00:20.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:00:20.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 11:00:20.002 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 11:00:20.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:20.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:20.503 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 11:00:20.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 11:00:20.504 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 11:00:20.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:20.504 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 11:00:20.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:20.504 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 11:00:20.504 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 11:00:20.504 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 11:00:20.504 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 11:00:20.505 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 11:00:20.505 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 11:00:20.505 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 11:00:20.505 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) 11:00:20.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:20.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:20.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:20.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:20.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:20.507 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 11:00:20.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:20.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:20.507 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:20.507 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:20.512 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 11:00:20.512 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:20.512 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:20.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 11:00:20.513 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 11:00:20.513 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 11:00:20.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:20.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:20.513 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 11:00:20.513 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:20.513 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.... 11:00:20.513 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:20.513 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:20.513 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 11:00:20.513 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 11:00:20.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:20.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:20.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 11:00:20.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:20.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:20.514 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 11:00:20.514 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 11:00:20.515 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) 11:00:20.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:20.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:20.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:20.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:20.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:20.515 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 11:00:20.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:20.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:20.515 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:20.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:20.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 11:00:20.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 11:00:20.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 11:00:20.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 11:00:20.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 11:00:20.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 11:00:20.531 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.... 11:00:20.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:20.572 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:20.572 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 11:00:20.572 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 11:00:20.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:20.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:20.572 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.572 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:00:20.573 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.574 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.574 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.574 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.574 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.574 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.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: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog error message") 11:00:20.575 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:20.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:20.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:20.575 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 11:00:20.575 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:20.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:20.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:20.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:20.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:20.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:20.576 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog error message 11:00:20.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:20.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:20.576 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:20.576 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:20.579 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.579 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:00:20.579 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.579 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.579 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.579 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.580 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 11:00:20.580 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:20.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:20.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:20.580 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 11:00:20.580 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:20.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:20.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:20.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:20.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:20.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:20.581 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message 11:00:20.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:20.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:20.581 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:20.581 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:20.582 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.583 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:00:20.583 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.583 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.583 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.583 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 11:00:20.583 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:20.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:20.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:20.583 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 11:00:20.583 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:20.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:20.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:20.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:20.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:20.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:20.588 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog info message 11:00:20.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:20.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:20.588 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:20.588 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:20.589 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.589 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:00:20.589 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.589 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.589 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.589 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 11:00:20.589 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:20.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:20.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:20.590 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 11:00:20.590 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:20.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:20.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:20.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:20.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:20.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:20.591 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog none message 11:00:20.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:20.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:20.591 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:20.591 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:20.592 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.592 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:00:20.592 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.593 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.593 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.593 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.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 "TitleAreaDialog warning message without provider") 11:00:20.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:20.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:20.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:20.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 11:00:20.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:20.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:20.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:20.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:20.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:20.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:20.594 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message without provider 11:00:20.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:20.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:20.594 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:20.594 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:20.595 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.595 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:00:20.596 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.596 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.596 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 11:00:20.603 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.... 11:00:20.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:20.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:21.139 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:21.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:21.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:21.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:22.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:22.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:22.641 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:22.641 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:23.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:23.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:23.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:23.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:24.142 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:24.142 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:24.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:24.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:25.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:25.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:25.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:25.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:26.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:26.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:26.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:26.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:27.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:27.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:27.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:27.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:28.146 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:28.146 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:28.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:28.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:29.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:29.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:29.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:29.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:30.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:30.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:30.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:30.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:30.648 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.723 s - in org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest testWizardDialogAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 0.6 s titleAreaMessagesAndImages(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 0.073 s testShellAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 10.049 s Running org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 11:00:30.656 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 11:00:30.659 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:00:30.659 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:30.659 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 11:00:30.659 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:30.659 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:00:30.671 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:30.671 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:00:30.671 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:30.671 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:30.671 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 11:00:30.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 11:00:30.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:30.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:30.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:30.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:00:30.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:30.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:30.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:30.703 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:00:30.703 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:30.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:30.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:30.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:30.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:30.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:00:30.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:00:30.713 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 11:00:30.713 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 11:00:30.713 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:30.713 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:30.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:30.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:30.714 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 11:00:30.714 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:30.714 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 11:00:30.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 11:00:30.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:30.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:30.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:30.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:00:30.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:30.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:30.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:30.742 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:00:30.742 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:30.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:30.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:30.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:30.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:30.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:00:30.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:00:30.750 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 11:00:30.750 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 11:00:30.750 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:30.750 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:30.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:30.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:30.750 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 11:00:30.750 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:30.750 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 11:00:30.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 11:00:30.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:30.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:30.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:30.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:00:30.772 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:30.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:30.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:30.788 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:00:30.788 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:30.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:30.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:30.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:30.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:30.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:00:30.788 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item 1 and wait with time period 1 11:00:30.788 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 11:00:30.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:31.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:31.289 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 11:00:31.295 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 11:00:31.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:31.295 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item 1 is already expanded. No action performed 11:00:31.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:31.295 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 11:00:31.296 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 11 postfix and wait with time period 1 11:00:31.296 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 11:00:31.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:31.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:31.796 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 11:00:31.802 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 11:00:31.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:31.802 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 11 postfix is already expanded. No action performed 11:00:31.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:31.802 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 11:00:31.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:00:31.811 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 11:00:31.811 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 11:00:31.811 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:31.811 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:31.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:31.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:31.811 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 11:00:31.811 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:31.811 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 11:00:31.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 11:00:31.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:31.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:31.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:31.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:00:31.822 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:31.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:31.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:31.841 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:00:31.841 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:31.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:31.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:31.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:31.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:31.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:00:31.841 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 11:00:31.841 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 11:00:31.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:32.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:32.342 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 11:00:32.348 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 11:00:32.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:32.348 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 11:00:32.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:32.348 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 11:00:32.348 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 11:00:32.348 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 11:00:32.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:32.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:32.849 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 11:00:32.857 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 11:00:32.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:32.857 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 11:00:32.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:32.857 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 11:00:32.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:00:32.866 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 11:00:32.866 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 11:00:32.866 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:32.866 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:32.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:32.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:32.866 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 11:00:32.866 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:32.866 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 11:00:32.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 11:00:32.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:32.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:32.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:32.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:00:32.888 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:32.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:32.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:32.904 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:00:32.904 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:32.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:32.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:32.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:32.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:32.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:00:32.904 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 11:00:32.904 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 11:00:32.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:33.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:33.404 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 11:00:33.410 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 11:00:33.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:33.411 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 11:00:33.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:33.411 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 11:00:33.411 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 11:00:33.411 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 11:00:33.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:33.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:33.912 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 11:00:33.920 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 11:00:33.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:33.920 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 11:00:33.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:33.920 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 11:00:33.920 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xy postfix and wait with time period 1 11:00:33.920 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 11:00:33.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:34.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:34.421 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 11:00:34.430 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 11:00:34.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:34.430 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xy postfix is already expanded. No action performed 11:00:34.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:34.430 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 11:00:34.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:00:34.451 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 11:00:34.451 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 11:00:34.451 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:34.451 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:34.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:34.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:34.451 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 11:00:34.451 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:34.451 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 11:00:34.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 11:00:34.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:34.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:34.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:34.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:00:34.462 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:34.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:34.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:34.479 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:00:34.479 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:34.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:34.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:34.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:34.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:34.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:00:34.479 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 11:00:34.480 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 11:00:34.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:34.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:34.980 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 11:00:34.985 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 11:00:34.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:34.986 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 11:00:34.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:34.986 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 11:00:34.986 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 11:00:34.986 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 11:00:34.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:35.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:35.487 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 11:00:35.494 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 11:00:35.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:35.494 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 11:00:35.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:35.495 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 11:00:35.495 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 11:00:35.495 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 11:00:35.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:35.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:35.995 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 11:00:36.004 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 11:00:36.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:36.005 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 11:00:36.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:36.005 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 11:00:36.005 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 11:00:36.005 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 11:00:36.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:36.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:36.505 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 11:00:36.515 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 11:00:36.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:36.515 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 11:00:36.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:36.515 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 11:00:36.515 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 11:00:36.515 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 11:00:36.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:37.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:37.016 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 11:00:37.017 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 11:00:37.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:37.017 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 11:00:37.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:37.017 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 11:00:37.017 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 11:00:37.017 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 11:00:37.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:37.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:37.518 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 11:00:37.519 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 11:00:37.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:37.519 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 11:00:37.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:37.519 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 11:00:37.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:00:37.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 11:00:37.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 11:00:37.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:37.529 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:37.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:37.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:37.529 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 11:00:37.529 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:37.529 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 11:00:37.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 11:00:37.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:37.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:37.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:37.550 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:00:37.550 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:37.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:37.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:37.566 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:00:37.566 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:37.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:37.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:37.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:37.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:37.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:00:37.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:00:37.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:00:37.566 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 11:00:37.566 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 11:00:37.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:38.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:38.067 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 11:00:38.071 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 11:00:38.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:38.071 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 11:00:38.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:38.071 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 11:00:38.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:00:38.079 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 11:00:38.079 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 11:00:38.079 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:38.079 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:38.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:38.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:38.079 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 11:00:38.079 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:38.079 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 11:00:38.079 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 11:00:38.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:38.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:38.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:38.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:00:38.099 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:38.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:38.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:38.115 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:00:38.115 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:38.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:38.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:38.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:38.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:38.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:00:38.115 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 11:00:38.115 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 11:00:38.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:38.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:38.615 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 11:00:38.620 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 11:00:38.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:38.620 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 11:00:38.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:38.620 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 11:00:38.620 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 00 and wait with time period 1 11:00:38.620 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 11:00:38.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:39.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:39.121 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 11:00:39.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 11:00:39.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:39.126 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 00 is already expanded. No action performed 11:00:39.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:39.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 11:00:39.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:00:39.146 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 11:00:39.146 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 11:00:39.146 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:39.146 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:39.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:39.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:39.146 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 11:00:39.146 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:39.147 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 11:00:39.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 11:00:39.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:39.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:39.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:39.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:00:39.156 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:39.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:39.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:39.171 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:00:39.171 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:39.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:39.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:39.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:39.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:39.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:00:39.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:00:39.178 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 11:00:39.178 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 11:00:39.178 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:39.179 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:39.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:39.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:39.179 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 11:00:39.179 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:39.179 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 11:00:39.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 11:00:39.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:39.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:39.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:39.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:00:39.199 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:39.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:39.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:39.215 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:00:39.215 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:39.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:39.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:39.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:39.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:39.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:00:39.215 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 11:00:39.215 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 11:00:39.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:39.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:39.716 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 11:00:39.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 11:00:39.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:39.721 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 11:00:39.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:39.721 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 11:00:39.721 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 11:00:39.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 11:00:39.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:40.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:40.222 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 11:00:40.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 11:00:40.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:40.229 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 11:00:40.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:40.229 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 11:00:40.229 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 11:00:40.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 11:00:40.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:40.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:40.729 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 11:00:40.738 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 11:00:40.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:40.738 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 11:00:40.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:40.738 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 11:00:40.738 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 11:00:40.738 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 11:00:40.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:41.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:41.238 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 11:00:41.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 11:00:41.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:41.248 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 11:00:41.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:41.248 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 11:00:41.248 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 11:00:41.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 11:00:41.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:41.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:41.748 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 11:00:41.750 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 11:00:41.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:41.750 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 11:00:41.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:41.750 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 11:00:41.750 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 11:00:41.750 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 11:00:41.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:42.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:42.251 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 11:00:42.252 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 11:00:42.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:00:42.252 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 11:00:42.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:00:42.252 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 11:00:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:00:42.272 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 11:00:42.272 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 11:00:42.272 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:42.272 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:42.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:42.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:42.272 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 11:00:42.272 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 11:00:42.272 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:42.272 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:42.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:42.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.616 s - in org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.043 s getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.036 s getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.061 s getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.055 s getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.585 s getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 3.078 s getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.55 s testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.067 s getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.032 s getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 3.093 s Running org.eclipse.reddeer.jface.test.viewers.CellEditorTest 11:00:42.279 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 11:00:42.280 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:00:42.281 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:42.281 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 11:00:42.281 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:42.281 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:00:42.281 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:42.281 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:00:42.281 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:42.281 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:42.281 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 11:00:42.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 11:00:42.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:42.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:42.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:1654): Gtk-CRITICAL **: 11:00:42.303: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:00:42.305 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 11:00:42.305 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:42.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:42.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:42.318 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:00:42.318 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:42.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:42.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:42.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:42.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:42.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 11:00:42.320 INFO [WorkbenchTestable][AbstractTableItem] Double click table item Andrej 11:00:42.322 TRACE [main][WidgetHandler] Notify Table with event 13 11:00:42.322 TRACE [main][WidgetHandler] Wait for synchronization 11:00:42.323 TRACE [main][WidgetHandler] Notify Table with event 3 11:00:42.323 TRACE [main][WidgetHandler] Wait for synchronization 11:00:42.323 TRACE [main][WidgetHandler] Notify Table with event 4 11:00:42.323 TRACE [main][WidgetHandler] Wait for synchronization 11:00:42.329 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 11:00:42.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:42.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:42.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:42.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:42.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:00:42.330 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:00:42.330 INFO [WorkbenchTestable][AbstractText] Text set to: abc 11:00:42.330 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 16 11:00:42.330 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:42.333 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:00:42.333 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:00:42.333 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:00:42.333 DEBUG [main][AbstractWait] Waiting until shell is active... 11:00:42.333 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:00:42.333 INFO [main][AbstractShell] Close shell Testing shell 11:00:42.333 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:00:42.337 DEBUG [main][AbstractWait] Waiting while shell is available... 11:00:42.337 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:00:42.337 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 11:00:42.337 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:42.337 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:42.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:42.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:42.353 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 11:00:42.353 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 11:00:42.353 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:42.353 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:42.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:42.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.reddeer.jface.test.viewers.CellEditorTest tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) Time elapsed: 0.072 s Running org.eclipse.reddeer.jface.test.window.WindowTest 11:00:42.361 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"] 11:00:42.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:42.361 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"] 11:00:42.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:42.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:42.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:42.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:42.363 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:00:42.364 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") 11:00:42.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:42.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:42.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:42.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:42.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:00:42.374 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 11:00:42.374 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 11:00:42.374 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:42.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 11:00:42.390 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 11:00:42.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 11:00:42.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:42.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:42.390 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 11:00:42.390 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:42.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 11:00:42.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:42.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:42.390 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:42.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:42.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:42.390 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 11:00:42.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 11:00:42.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:42.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:42.391 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") 11:00:42.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:42.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:42.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:00:42.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:42.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:00:43.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:43.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:00:43.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:43.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:00:43.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:00:43.893 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 11:00:43.893 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 11:00:43.893 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:43.902 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:43.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:43.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:43.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:43.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:43.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:43.903 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:00:43.903 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") 11:00:43.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:43.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:43.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:43.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:43.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:00:43.916 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 11:00:43.916 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 11:00:43.916 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:43.934 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"] 11:00:43.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:43.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:43.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 11:00:43.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:43.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:43.935 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 11:00:43.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:43.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 11:00:43.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:43.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:43.935 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:43.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:43.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:43.935 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 11:00:43.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 11:00:43.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:43.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:43.935 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") 11:00:43.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:43.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:43.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:00:44.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:44.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:00:44.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:44.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:00:44.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:00:44.936 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 11:00:44.937 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 11:00:44.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:44.945 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:44.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:44.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:44.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:44.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:44.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:44.945 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:00:44.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 11:00:44.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:44.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:44.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:44.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:44.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:00:44.949 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 11:00:44.949 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 11:00:44.949 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:44.968 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.... 11:00:44.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:44.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:44.969 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 11:00:44.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 11:00:44.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:44.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:44.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 11:00:44.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:44.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:44.969 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 11:00:44.969 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 11:00:44.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:00:44.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:00:44.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:44.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:44.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:44.976 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:00:44.976 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") 11:00:44.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:44.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:44.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:44.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:44.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:00:44.985 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 11:00:44.985 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 11:00:44.985 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:45.027 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.... 11:00:45.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:45.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:45.028 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 11:00:45.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 11:00:45.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:45.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:45.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 11:00:45.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:45.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:45.028 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 11:00:45.028 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 11:00:45.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:00:45.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:00:45.047 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:45.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:45.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:45.048 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"] 11:00:45.048 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:45.048 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"] 11:00:45.048 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:45.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:45.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:45.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:45.048 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:00:45.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 11:00:45.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:45.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:45.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:45.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:45.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:00:45.071 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 11:00:45.071 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 11:00:45.071 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:45.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 11:00:45.084 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 11:00:45.084 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 11:00:45.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:45.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:45.084 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 11:00:45.084 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:45.084 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 11:00:45.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:45.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:45.084 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 11:00:45.084 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 11:00:45.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:00:45.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:00:45.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:45.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:45.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:45.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:00:45.137 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") 11:00:45.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:45.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:45.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:45.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:45.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:00:45.141 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 11:00:45.141 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 11:00:45.141 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:45.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 11:00:45.171 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 11:00:45.171 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 11:00:45.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:45.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:45.172 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 11:00:45.172 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:45.172 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 11:00:45.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:45.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:45.172 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:45.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:45.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:45.172 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 11:00:45.172 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 11:00:45.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:45.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:45.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.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") 11:00:45.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:45.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:45.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:00:45.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:45.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:00:46.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:46.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:00:46.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:00:46.174 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 11:00:46.174 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 11:00:46.174 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:46.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:46.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:46.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:46.182 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:00:46.182 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") 11:00:46.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:46.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:46.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:46.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:46.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:00:46.186 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 11:00:46.186 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 11:00:46.186 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:46.205 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"] 11:00:46.205 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:46.205 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:46.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 11:00:46.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:46.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:46.205 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 11:00:46.205 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:46.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 11:00:46.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:46.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:46.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 11:00:46.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:46.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:46.206 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:46.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:46.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:46.206 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 11:00:46.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 11:00:46.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:46.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:46.206 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") 11:00:46.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:46.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:46.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:00:46.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:46.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:00:47.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:47.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:00:47.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:00:47.207 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 11:00:47.207 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 11:00:47.207 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.856 s - in org.eclipse.reddeer.jface.test.window.WindowTest openableEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.542 s openActionNotDefined(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0.001 s openEclipseWindow1(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.041 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.102 s openableEclipseWindowCustomAction(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.134 s openEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.033 s Running org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 11:00:47.225 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 11:00:47.226 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:00:47.227 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:47.227 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 11:00:47.227 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:47.227 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:00:47.234 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:47.234 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:00:47.234 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:47.235 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:00:47.235 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 11:00:47.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 11:00:47.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:00:47.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:00:47.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:00:47.237 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.... 11:00:47.286 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:47.287 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:00:47.287 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 11:00:47.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 11:00:47.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:47.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:47.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:47.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:47.291 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") 11:00:47.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:47.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:47.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:47.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:47.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:47.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 11:00:47.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:00:47.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:47.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:47.292 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 11:00:47.292 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:00:47.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:47.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:47.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:47.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:47.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:47.293 INFO [WorkbenchTestable][AbstractButton] Click button make valid 11:00:47.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:47.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:47.293 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:47.293 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:47.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:47.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:47.294 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") 11:00:47.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:47.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:47.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:47.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:47.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:47.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:47.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:47.297 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") 11:00:47.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:00:47.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:00:47.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:00:47.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:00:47.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:00:47.299 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 11:00:47.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:00:47.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:00:47.299 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:00:47.299 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:00:47.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 11:00:47.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 11:00:47.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:00:47.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:00:47.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:00:47.323 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 11:00:47.323 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:47.323 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:47.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:47.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:00:47.324 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 11:00:47.325 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 11:00:47.325 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:00:47.325 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:00:47.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:00:47.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) Time elapsed: 0.089 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-1044 [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-1044 [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 10/2127K 23/2127K 39/2127K 55/2127K 71/2127K 87/2127K 103/2127K 119/2127K 135/2127K 151/2127K 167/2127K 183/2127K 199/2127K 215/2127K 231/2127K 247/2127K 263/2127K 279/2127K 295/2127K 311/2127K 327/2127K 343/2127K 359/2127K 375/2127K 391/2127K 408/2127K 424/2127K 440/2127K 456/2127K 472/2127K 488/2127K 504/2127K 520/2127K 536/2127K 552/2127K 568/2127K 584/2127K 600/2127K 616/2127K 632/2127K 648/2127K 664/2127K 680/2127K 696/2127K 712/2127K 728/2127K 744/2127K 760/2127K 776/2127K 792/2127K 808/2127K 824/2127K 840/2127K 856/2127K 872/2127K 888/2127K 904/2127K 920/2127K 936/2127K 952/2127K 963/2127K 979/2127K 995/2127K 1011/2127K 1027/2127K 1043/2127K 1059/2127K 1075/2127K 1091/2127K 1107/2127K 1123/2127K 1139/2127K 1155/2127K 1171/2127K 1187/2127K 1203/2127K 1219/2127K 1235/2127K 1251/2127K 1267/2127K 1283/2127K 1299/2127K 1315/2127K 1331/2127K 1347/2127K 1363/2127K 1379/2127K 1395/2127K 1411/2127K 1427/2127K 1443/2127K 1459/2127K 1475/2127K 1491/2127K 1507/2127K 1523/2127K 1534/2127K 1550/2127K 1566/2127K 1582/2127K 1598/2127K 1614/2127K 1630/2127K 1646/2127K 1662/2127K 1678/2127K 1694/2127K 1710/2127K 1726/2127K 1742/2127K 1758/2127K 1774/2127K 1790/2127K 1806/2127K 1822/2127K 1838/2127K 1854/2127K 1870/2127K 1886/2127K 1902/2127K 1918/2127K 1934/2127K 1950/2127K 1966/2127K 1982/2127K 1998/2127K 2014/2127K 2030/2127K 2046/2127K 2062/2127K 2078/2127K 2094/2127K 2105/2127K 2121/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] 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] 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 [ 2.176 s] [INFO] RedDeer Plugins .................................... SUCCESS [ 0.004 s] [INFO] RedDeer Common ..................................... SUCCESS [ 7.739 s] [INFO] RedDeer Workbench Core ............................. SUCCESS [ 1.566 s] [INFO] RedDeer E4 Workbench Core .......................... SUCCESS [ 0.604 s] [INFO] RedDeer Core ....................................... SUCCESS [ 1.098 s] [INFO] RedDeer SWT ........................................ SUCCESS [ 0.836 s] [INFO] RedDeer JFace ...................................... SUCCESS [ 0.413 s] [INFO] RedDeer Workbench .................................. SUCCESS [ 9.161 s] [INFO] RedDeer E4 Workbench ............................... SUCCESS [ 0.326 s] [INFO] RedDeer UIForms .................................... SUCCESS [ 0.500 s] [INFO] RedDeer Direct ..................................... SUCCESS [ 0.375 s] [INFO] RedDeer JUnit ...................................... SUCCESS [ 0.810 s] [INFO] RedDeer Eclipse .................................... SUCCESS [ 1.290 s] [INFO] RedDeer GEF ........................................ SUCCESS [ 0.405 s] [INFO] RedDeer GEF Spy .................................... SUCCESS [ 0.516 s] [INFO] RedDeer Graphiti ................................... SUCCESS [ 0.451 s] [INFO] RedDeer JDT Junit .................................. SUCCESS [ 0.257 s] [INFO] RedDeer JUnit Extensions ........................... SUCCESS [ 0.574 s] [INFO] RedDeer Requirements ............................... SUCCESS [ 0.486 s] [INFO] RedDeer UI ......................................... SUCCESS [ 3.903 s] [INFO] RedDeer Spy ........................................ SUCCESS [ 0.356 s] [INFO] RedDeer Recorder ................................... SUCCESS [ 0.696 s] [INFO] RedDeer Go ......................................... SUCCESS [ 0.302 s] [INFO] RedDeer Log Parser ................................. SUCCESS [ 0.465 s] [INFO] RedDeer CodeGen .................................... SUCCESS [ 0.713 s] [INFO] RedDeer Test-Apps .................................. SUCCESS [ 0.002 s] [INFO] RedDeer E4 Test App ................................ SUCCESS [ 0.272 s] [INFO] RedDeer Tests ...................................... SUCCESS [ 0.044 s] [INFO] RedDeer Common Tests ............................... SUCCESS [01:08 min] [INFO] RedDeer SWT Tests .................................. SUCCESS [03:31 min] [INFO] RedDeer Core Tests ................................. SUCCESS [03:12 min] [INFO] RedDeer Workbench Tests ............................ SUCCESS [04:54 min] [INFO] RedDeer UIForms Test ............................... SUCCESS [ 20.251 s] [INFO] RedDeer JFace Tests ................................ SUCCESS [01:18 min] [INFO] RedDeer Integration and Eclipse Installation Tests . SUCCESS [ 1.004 s] [INFO] RedDeer Eclipse Tests .............................. FAILURE [ 15.670 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:19 min [INFO] Finished at: 2023-08-28T11:01:06Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 13 plugin(s) [WARNING] [WARNING] * org.apache.maven.plugins:maven-site-plugin:3.12.1 [WARNING] * org.eclipse.tycho:tycho-p2-repository-plugin:2.7.5 [WARNING] * org.jacoco:jacoco-maven-plugin:0.8.9 [WARNING] * org.apache.maven.plugins:maven-surefire-plugin:2.22.2 [WARNING] * org.apache.maven.plugins:maven-failsafe-plugin:2.22.2 [WARNING] * org.eclipse.tycho:tycho-source-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-ds-plugin:2.7.5 [WARNING] * com.googlecode.maven-download-plugin:download-maven-plugin:1.2.1 [WARNING] * org.eclipse.tycho:tycho-surefire-plugin:2.7.5 [WARNING] * org.apache.maven.plugins:maven-dependency-plugin:2.8 [WARNING] * org.apache.maven.plugins:maven-resources-plugin:2.4.3 [WARNING] * org.eclipse.tycho:tycho-packaging-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-compiler-plugin:2.7.5 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:2.7.5:test (default-test) on project org.eclipse.reddeer.eclipse.test: Execution default-test of goal org.eclipse.tycho:tycho-surefire-plugin:2.7.5:test failed: Could not mirror artifact osgi.bundle,org.eclipse.jetty.jndi,10.0.15 into the local Maven repository.See log output for details. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :org.eclipse.reddeer.eclipse.test Build step 'Invoke top-level Maven targets' marked build as failure Terminating xvnc. Archiving artifacts Recording test results [Checks API] No suitable checks publisher found. Sending e-mails to: odockal@redhat.com Finished: FAILURE